public class OwMainNavigationView.OwSubTabInfo extends OwNavigationView.OwAbstractTabInfo
Modifier and Type | Field and Description |
---|---|
protected boolean |
m_fDisabled
flag to disable the menu item
|
protected OwEventTarget |
m_Target
target to receive notification in case menu item was pressed
|
protected OwView |
m_View
View to add and view to be displayed in case menu item was pressed
|
Constructor and Description |
---|
OwMainNavigationView.OwSubTabInfo(OwView view_p) |
Modifier and Type | Method and Description |
---|---|
boolean |
getDelimiter()
return true if item is a delimiter without function
|
boolean |
getDisabled()
get disabled flag
|
String |
getEvent()
event URL to navigate through the tabs
NOTE: If a form is used, the EventURL contains '' primes.
|
String |
getEventMethod()
get event method
|
OwEventTarget |
getEventTarget()
get event target to be notified
|
String |
getFormEventAction()
get the action string to be inserted into a form, which will then sumit a request equal to the button index
|
String |
getFormName()
get formname
|
String |
getIcon()
get icon URL
|
boolean |
getLastTab()
return true if it is the last item
|
String |
getName()
get name
|
boolean |
getPreviousPanelValid()
check if previous item is validated
|
Object |
getReasonObject()
get reason object to be submitted in the event action method
|
boolean |
getSelected()
check if item is selected
|
String |
getToolTip()
get tooltip
|
OwView |
getView()
get view to be activated
|
void |
setDisabled(boolean fDisabled_p)
get disabled flag
|
isVisible, setValidateForm, setVisible, validateForm
protected OwView m_View
protected OwEventTarget m_Target
protected boolean m_fDisabled
public OwMainNavigationView.OwSubTabInfo(OwView view_p)
public boolean getPreviousPanelValid()
public boolean getSelected()
public String getEvent()
public String getFormEventAction()
public boolean getLastTab()
public boolean getDelimiter()
public String getFormName()
public String getName()
public String getEventMethod()
public String getToolTip()
public boolean getDisabled()
public void setDisabled(boolean fDisabled_p)
public Object getReasonObject()
public OwEventTarget getEventTarget()
public OwView getView()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.