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


Nested Class Summary
 
Nested classes/interfaces inherited from interface jet.html.JetChildComponent
JetChildComponent.HasNoParent
 
Method Summary
 void add(java.util.Collection<JetChildComponent> tchilds)
           
 void add(JetChildComponent obj)
           
 java.lang.String decodeGetString(JetContext jetContext)
           
 void encode(java.util.Map requestParameters)
           
 JetChildComponent getChild(java.lang.String identifier)
           
 java.util.Collection<JetChildComponent> getChilds()
           
 void remove(JetChildComponent obj)
           
 void reset()
           
 void setChilds(java.util.Map<java.lang.String,JetChildComponent> childs)
           
 
Methods inherited from interface jet.html.JetChildComponent
getForm, getParent, isHidden, setParent, toggleHidden
 
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
 

Method Detail

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)