jet.html
Interface JetGridPanel2

All Superinterfaces:
java.lang.Cloneable, Decodeable, JetChildComponent, JetComponent, JetGridPanel, JetParentComponent, java.io.Serializable
All Known Implementing Classes:
JetGridPanel2

public interface JetGridPanel2
extends JetGridPanel


Nested Class Summary
 
Nested classes/interfaces inherited from interface jet.html.JetChildComponent
JetChildComponent.HasNoParent
 
Method Summary
 java.lang.Object clone()
          needs to be implemented
 void decodeForm(java.lang.StringBuilder builder, JetContext jetContext)
           
 
Methods inherited from interface jet.html.JetGridPanel
getCols, setCols
 
Methods inherited from interface jet.html.JetParentComponent
add, add, decodeGetString, encode, getChild, getChilds, remove, reset, setChilds
 
Methods inherited from interface jet.html.JetChildComponent
getForm, getParent, isHidden, setParent, toggleHidden
 
Methods inherited from interface jet.html.JetComponent
addListener, addListener, componentChanged, findComponent, findComponents, getIdentifier, getName, getStyleclass, incrementIdentifier, removeListener, removeListener, setComponentChanged, setContinueIdentifier, setIdentifier, setName, setStyleclass
 

Method Detail

decodeForm

void decodeForm(java.lang.StringBuilder builder,
                JetContext jetContext)
Specified by:
decodeForm in interface Decodeable
Specified by:
decodeForm in interface JetComponent
Specified by:
decodeForm in interface JetGridPanel

clone

java.lang.Object clone()
Description copied from interface: Cloneable
needs to be implemented

Specified by:
clone in interface JetComponent
Specified by:
clone in interface JetGridPanel
Returns:
Obejct the clone of it