|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.ui.OwNavigationView.OwDelimiterTabInfo
public class OwNavigationView.OwDelimiterTabInfo
info class for the tabulator view and name and optional data
Constructor Summary | |
---|---|
OwNavigationView.OwDelimiterTabInfo()
|
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 |
boolean |
getLastTab()
return true if it is the last item |
String |
getName()
|
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 |
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 |
Constructor Detail |
---|
public OwNavigationView.OwDelimiterTabInfo()
Method Detail |
---|
public boolean getDelimiter()
getDelimiter
in interface OwNavigationView.OwTabInfo
public boolean getDisabled()
getDisabled
in interface OwNavigationView.OwTabInfo
public String getEvent()
getEvent
in interface OwNavigationView.OwTabInfo
public String getEventMethod()
getEventMethod
in interface OwNavigationView.OwTabInfo
public OwEventTarget getEventTarget()
getEventTarget
in interface OwNavigationView.OwTabInfo
public String getFormEventAction()
getFormEventAction
in interface OwNavigationView.OwTabInfo
public String getFormName()
getFormName
in interface OwNavigationView.OwTabInfo
public boolean getLastTab()
getLastTab
in interface OwNavigationView.OwTabInfo
public boolean getPreviousPanelValid()
getPreviousPanelValid
in interface OwNavigationView.OwTabInfo
public Object getReasonObject()
getReasonObject
in interface OwNavigationView.OwTabInfo
public boolean getSelected()
getSelected
in interface OwNavigationView.OwTabInfo
public OwView getView()
getView
in interface OwNavigationView.OwTabInfo
public void setDisabled(boolean fDisabled_p)
setDisabled
in interface OwNavigationView.OwTabInfo
public String getName()
getName
in interface OwNavigationView.OwTabInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |