|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface View
| Method Summary | |
|---|---|
boolean |
acceptInput(java.lang.Object input)
Whether or not this view accepts the given input. |
java.lang.String |
getIcon()
Gets a icon suitable for this view. |
java.lang.Object |
getInput()
Gets the current input if the view if any. |
java.lang.String |
getName()
Gets the view name the view an can be used to find out a view from its container. |
java.lang.String |
getTitle()
Gets a title suitable for this view. |
boolean |
hasWidget()
Whether or not the view widget was created. |
void |
hideBusy()
Hides busy state. |
void |
install(Site site,
java.lang.Object input)
Installs the view into a site and sets is input to the given one. |
boolean |
isInstalled()
Whether or not this view is installed into a site (its widget was created). |
void |
refresh()
Refreshes this view using current input. |
void |
setInput(java.lang.Object input)
Sets the input object for the view. |
void |
showBusy()
Shows busy state. |
void |
uninstall()
Uninstalls the view from its site. |
| Methods inherited from interface org.nuxeo.ecm.gwt.runtime.client.ui.Drawable |
|---|
getWidget |
| Method Detail |
|---|
void install(Site site,
java.lang.Object input)
site - the site to host the viewinput - the input objectvoid uninstall()
boolean isInstalled()
boolean hasWidget()
java.lang.String getName()
java.lang.String getTitle()
java.lang.String getIcon()
void refresh()
void showBusy()
void hideBusy()
boolean acceptInput(java.lang.Object input)
void setInput(java.lang.Object input)
java.lang.Object getInput()
|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||