public static interface OwNavigationView.OwTabInfo
Info class for the tabulator view and name and optional data to be overloaded by the implementing menu.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
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 submit 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
|
boolean |
isVisible() |
void |
setDisabled(boolean fDisabled_p)
get disabled flag
|
void |
setValidateForm(boolean validateForm) |
void |
setVisible(boolean visible) |
boolean |
validateForm() |
boolean getDelimiter()
boolean getDisabled()
String getEvent()
String getEventMethod()
OwEventTarget getEventTarget()
String getFormEventAction()
String getFormName()
boolean getLastTab()
boolean getPreviousPanelValid()
Object getReasonObject()
boolean getSelected()
OwView getView()
void setDisabled(boolean fDisabled_p)
void setVisible(boolean visible)
visible
- if true then this tab will be shown to the user, otherwise it will be hidden. The default value is true.boolean isVisible()
String getName()
boolean validateForm()
void setValidateForm(boolean validateForm)
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.