Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.theme.webwidgets.WidgetState

Packages that use WidgetState
org.nuxeo.theme.webwidgets   
org.nuxeo.theme.webwidgets.providers   
 

Uses of WidgetState in org.nuxeo.theme.webwidgets
 

Methods in org.nuxeo.theme.webwidgets that return WidgetState
static WidgetState Manager.getWidgetState(Provider provider, Widget widget)
           
 WidgetState Provider.getWidgetState(Widget widget)
          Get the state of a widget.
static WidgetState WidgetState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WidgetState[] WidgetState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.nuxeo.theme.webwidgets with parameters of type WidgetState
static void Manager.setWidgetState(Provider provider, Widget widget, WidgetState state)
           
 void Provider.setWidgetState(Widget widget, WidgetState state)
          Set the state of a widget.
 

Uses of WidgetState in org.nuxeo.theme.webwidgets.providers
 

Methods in org.nuxeo.theme.webwidgets.providers that return WidgetState
 WidgetState WidgetEntity.getState()
           
 WidgetState PersistentProvider.getWidgetState(Widget widget)
           
 WidgetState DefaultProvider.getWidgetState(Widget widget)
           
 

Methods in org.nuxeo.theme.webwidgets.providers that return types with arguments of type WidgetState
 java.util.Map<Widget,WidgetState> DefaultProviderSession.getStatesByWidget()
           
 

Methods in org.nuxeo.theme.webwidgets.providers with parameters of type WidgetState
 void WidgetEntity.setState(WidgetState state)
           
 void PersistentProvider.setWidgetState(Widget widget, WidgetState state)
           
 void DefaultProvider.setWidgetState(Widget widget, WidgetState state)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.