|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.gx.webmanager.springmvc.FormBindableBase
nl.gx.webmanager.springmvc.panel.PanelTabFBO
nl.gx.product.wmpuserprofiles.api.ExtensionSubTabFBO
public abstract class ExtensionSubTabFBO
The FBO for user profiles extensions.
| Field Summary |
|---|
| Fields inherited from class nl.gx.webmanager.springmvc.FormBindableBase |
|---|
editViews |
| Constructor Summary | |
|---|---|
ExtensionSubTabFBO()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getNestedPath()
The nested path to be used by Spring to bind the form backing object relative to the base object. |
User |
getSelectedUser()
Returns the selected user. |
java.lang.String |
getTabId()
Returns the id of the tab that renders this form backing object. |
boolean |
isNewUserMode()
Returns whether a new user is being added. |
void |
isNewUserMode(boolean newUserMode)
Sets whether a new user is being added. |
void |
setSelectedUser(User user)
Sets the selected user. |
void |
setTabId(java.lang.String tabId)
Sets the id of the tab that renders this form backing object. |
| Methods inherited from class nl.gx.webmanager.springmvc.panel.PanelTabFBO |
|---|
addToFBOMap, getEditViews, getFBOMap, getNode, getPanel, getPanelAction, getPanelGotoTabId, getUUID, getWebContainerNode, referenceData, setPanel, setPanelAction, setPanelGotoTabId |
| Methods inherited from class nl.gx.webmanager.springmvc.FormBindableBase |
|---|
addDisallowedField, addEditView, addValidator, formBackingObject, getControllerDelegationMap, getDelegatedController, getEditView, getEditViewByValue, getParentController, getResourceBaseNames, getValidators, initBinder, initialize, onBind, onBindAndValidate, onSubmit, setDelegatedController, setEditViews, setParentController, setValidators, showForm |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtensionSubTabFBO()
| Method Detail |
|---|
public final void setSelectedUser(User user)
user - the selected userpublic final User getSelectedUser()
public final void isNewUserMode(boolean newUserMode)
newUserMode - whether a new user is being addedpublic final boolean isNewUserMode()
public final java.lang.String getTabId()
public final void setTabId(java.lang.String tabId)
tabId - the id of the tab that renders this form backing object to set.public final java.lang.String getNestedPath()
getNestedPath in interface FormBackingObjectgetNestedPath in class PanelTabFBO
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||