jet.html
Interface JetParentComponent
- All Superinterfaces:
- java.lang.Cloneable, Decodeable, JetChildComponent, JetComponent, java.io.Serializable
- All Known Subinterfaces:
- JetFieldset, JetForm, JetGridPanel, JetGridPanel2
- All Known Implementing Classes:
- JetFieldset, JetForm, JetGridPanel, JetGridPanel2, JetParentComponent
public interface JetParentComponent
- extends JetChildComponent
Methods inherited from interface jet.html.JetComponent |
addListener, addListener, clone, componentChanged, decodeForm, findComponent, findComponents, getIdentifier, getName, getStyleclass, incrementIdentifier, removeListener, removeListener, setComponentChanged, setContinueIdentifier, setIdentifier, setName, setStyleclass |
add
void add(java.util.Collection<JetChildComponent> tchilds)
throws java.lang.IllegalAccessException,
JetActionException
- Throws:
java.lang.IllegalAccessException
JetActionException
add
void add(JetChildComponent obj)
throws java.lang.IllegalAccessException,
JetActionException
- Throws:
java.lang.IllegalAccessException
JetActionException
remove
void remove(JetChildComponent obj)
throws NotFoundException
- Throws:
NotFoundException
getChilds
java.util.Collection<JetChildComponent> getChilds()
getChild
JetChildComponent getChild(java.lang.String identifier)
encode
void encode(java.util.Map requestParameters)
decodeGetString
java.lang.String decodeGetString(JetContext jetContext)
throws java.io.UnsupportedEncodingException
- Throws:
java.io.UnsupportedEncodingException
reset
void reset()
setChilds
void setChilds(java.util.Map<java.lang.String,JetChildComponent> childs)