jet.html
Interface JetGridPanel

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

public interface JetGridPanel
extends JetParentComponent


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)
           
 int getCols()
           
 void setCols(int cols)
           
 
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

getCols

int getCols()

setCols

void setCols(int cols)

clone

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

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