org.openfaces.component.select
Class TabSetItems

java.lang.Object
  extended by UIComponentBase
      extended by org.openfaces.component.select.TabSetItems
All Implemented Interfaces:
java.io.Serializable

public class TabSetItems
extends UIComponentBase
implements java.io.Serializable


Field Summary
static java.lang.String COMPONENT_TYPE
           
 
Constructor Summary
TabSetItems()
           
 
Method Summary
 java.lang.String getFamily()
           
 java.lang.Object getValue()
           
 void restoreState(FacesContext context, java.lang.Object state)
           
 java.lang.Object saveState(FacesContext context)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values
Constructor Detail

TabSetItems

public TabSetItems()
Method Detail

getFamily

public java.lang.String getFamily()

getValue

public java.lang.Object getValue()

setValue

public void setValue(java.lang.Object value)

saveState

public java.lang.Object saveState(FacesContext context)

restoreState

public void restoreState(FacesContext context,
                         java.lang.Object state)


Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.