|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wewebu.ow.server.app.OwSubNavigationView.OwSubTabInfo
public class OwSubNavigationView.OwSubTabInfo
a navigation item
| Field Summary | |
|---|---|
protected boolean |
m_fDisabled
flag to disable the menu item |
protected Object |
m_Image
optional object to be submitted to the renderNavigationLink method. |
protected OwSubNavigationView |
m_navView
|
protected Object |
m_ReasonObject
optional object to be submitted to the event handler / view. |
protected String |
m_strName
name of the tab to be displayed |
protected String |
m_strToolTip
tooltip text for the 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 Summary | |
|---|---|
OwSubNavigationView.OwSubTabInfo(OwSubNavigationView navView_p,
OwView view_p,
String strTitle_p,
String strImage_p,
Object oReason_p,
String strToolTip_p)
|
|
| Method Summary | |
|---|---|
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 |
Object |
getImage()
get userobject |
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected OwSubNavigationView m_navView
protected OwView m_View
protected OwEventTarget m_Target
protected String m_strName
protected Object m_Image
protected Object m_ReasonObject
protected boolean m_fDisabled
protected String m_strToolTip
| Constructor Detail |
|---|
public OwSubNavigationView.OwSubTabInfo(OwSubNavigationView navView_p,
OwView view_p,
String strTitle_p,
String strImage_p,
Object oReason_p,
String strToolTip_p)
| Method Detail |
|---|
public boolean getPreviousPanelValid()
getPreviousPanelValid in interface OwNavigationView.OwTabInfopublic boolean getSelected()
getSelected in interface OwNavigationView.OwTabInfopublic String getEvent()
getEvent in interface OwNavigationView.OwTabInfopublic String getFormEventAction()
getFormEventAction in interface OwNavigationView.OwTabInfopublic boolean getLastTab()
getLastTab in interface OwNavigationView.OwTabInfopublic boolean getDelimiter()
getDelimiter in interface OwNavigationView.OwTabInfopublic String getFormName()
getFormName in interface OwNavigationView.OwTabInfopublic String getName()
getName in interface OwNavigationView.OwTabInfopublic String getEventMethod()
getEventMethod in interface OwNavigationView.OwTabInfopublic String getToolTip()
public boolean getDisabled()
getDisabled in interface OwNavigationView.OwTabInfopublic void setDisabled(boolean fDisabled_p)
setDisabled in interface OwNavigationView.OwTabInfopublic Object getImage()
public Object getReasonObject()
getReasonObject in interface OwNavigationView.OwTabInfopublic OwEventTarget getEventTarget()
getEventTarget in interface OwNavigationView.OwTabInfopublic OwView getView()
getView in interface OwNavigationView.OwTabInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||