Uses of Interface
jet.html.JetSelection

Packages that use JetSelection
jet.html   
jet.html.impl   
 

Uses of JetSelection in jet.html
 

Methods in jet.html that return JetSelection
 JetSelection JetOption.getParent()
           
 

Methods in jet.html with parameters of type JetSelection
 void JetOption.setParent(JetSelection parent)
           
 

Uses of JetSelection in jet.html.impl
 

Classes in jet.html.impl that implement JetSelection
 class JetSelection
          This class renders a selection box
 

Fields in jet.html.impl declared as JetSelection
private  JetSelection JetOption.parent
          The parent object e.g. form/grid
 

Methods in jet.html.impl that return JetSelection
 JetSelection JetOption.getParent()
          Returns the parent object
 

Methods in jet.html.impl with parameters of type JetSelection
 void JetOption.setParent(JetSelection parent)
          Set the parent object