ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.portletapp20.CustomWindowStateType

Packages that use CustomWindowStateType
org.jboss.shrinkwrap.descriptor.api.portletapp20 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of CustomWindowStateType in org.jboss.shrinkwrap.descriptor.api.portletapp20
 

Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return CustomWindowStateType
 CustomWindowStateType<PortletAppType<T>> PortletAppType.createCustomWindowState()
          Creates a new custom-window-state element
 CustomWindowStateType<PortletDescriptor> PortletDescriptor.createCustomWindowState()
          Creates a new custom-window-state element
 CustomWindowStateType<T> CustomWindowStateType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 CustomWindowStateType<PortletAppType<T>> PortletAppType.getOrCreateCustomWindowState()
          If not already created, a new custom-window-state element will be created and returned.
 CustomWindowStateType<PortletDescriptor> PortletDescriptor.getOrCreateCustomWindowState()
          If not already created, a new custom-window-state element will be created and returned.
 CustomWindowStateType<T> CustomWindowStateType.id(String id)
          Sets the id attribute
 CustomWindowStateType<T> CustomWindowStateType.removeAllDescription()
          Removes the description element
 CustomWindowStateType<T> CustomWindowStateType.removeId()
          Removes the id attribute
 CustomWindowStateType<T> CustomWindowStateType.removeWindowState()
          Removes the window-state element
 CustomWindowStateType<T> CustomWindowStateType.windowState(String windowState)
          Sets the window-state element
 

Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return types with arguments of type CustomWindowStateType
 List<CustomWindowStateType<PortletAppType<T>>> PortletAppType.getAllCustomWindowState()
          Returns all custom-window-state elements
 List<CustomWindowStateType<PortletDescriptor>> PortletDescriptor.getAllCustomWindowState()
          Returns all custom-window-state elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.