com.wewebu.ow.server.ui
Interface OwNavigationView.OwTabInfo

All Known Implementing Classes:
OwMainNavigationView.OwSubTabInfo, OwMenu.OwMenuTab, OwMenuView.OwMenuTabInfo, OwNavigationView.OwDelimiterTabInfo, OwSubNavigationView.OwSubTabInfo
Enclosing class:
OwNavigationView

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


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 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
 void setDisabled(boolean fDisabled_p)
          get disabled flag
 

Method Detail

getDelimiter

boolean getDelimiter()
return true if item is a delimiter without function


getDisabled

boolean getDisabled()
get disabled flag


getEvent

String getEvent()
event URL to navigate through the tabs NOTE: If a form is used, the EventURL contains '' primes. So you must enclose the URL in quotas "".


getEventMethod

String getEventMethod()
get event method


getEventTarget

OwEventTarget getEventTarget()
get event target to be notified


getFormEventAction

String getFormEventAction()
get the action string to be inserted into a form, which will then submit a request equal to the button index

Returns:
String action URL

getFormName

String getFormName()
get formname


getLastTab

boolean getLastTab()
return true if it is the last item


getPreviousPanelValid

boolean getPreviousPanelValid()
check if previous item is validated


getReasonObject

Object getReasonObject()
get reason object to be submitted in the event action method


getSelected

boolean getSelected()
check if item is selected


getView

OwView getView()
get view to be activated


setDisabled

void setDisabled(boolean fDisabled_p)
get disabled flag


getName

String getName()


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.