public class SubPanel
extends com.sun.rave.web.ui.component.PanelLayout
implements java.lang.Cloneable
Constructor and Description |
---|
SubPanel() |
Modifier and Type | Method and Description |
---|---|
void |
addOccursButton(com.sun.rave.web.ui.component.Button btn) |
int |
adjustTopForChoiceContainer(int top) |
void |
assignStyle(int maxLevel)
Calculates the screen co-ords for this panel (relative to the entire form)
|
SubPanel |
clone() |
int |
decTop(int amount) |
void |
enableOccursButtons(boolean enable) |
com.sun.rave.web.ui.component.Button |
getBtnMinus() |
com.sun.rave.web.ui.component.Button |
getBtnPlus() |
SubPanelController |
getController() |
double |
getHeight() |
java.lang.String |
getName() |
int |
getTop() |
int |
getTop(javax.faces.component.UIComponent component) |
int |
getWidth() |
void |
incComponentTops(int top,
int adjustment)
reset the tops of all simple components lower than the top specified
|
double |
incHeight(int amount) |
int |
incTop(int amount) |
boolean |
isChoicePanel() |
boolean |
isEmpty() |
void |
setBtnMinus(com.sun.rave.web.ui.component.Button btnMinus) |
void |
setBtnPlus(com.sun.rave.web.ui.component.Button btnPlus) |
void |
setContentTop(javax.faces.component.UIComponent component,
int top) |
void |
setContentTops(DynFormComponentList content,
int top) |
void |
setController(SubPanelController controller) |
void |
setHeight(double height) |
void |
setName(java.lang.String name) |
void |
setTop(int top) |
void |
setWidth(int width) |
getPanelLayout, setPanelLayout
getFamily, getStyle, getStyleClass, isVisible, restoreState, saveState, setStyle, setStyleClass, setVisible
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
public double getHeight()
public void setHeight(double height)
public int getWidth()
public void setWidth(int width)
public int getTop()
public void setTop(int top)
public java.lang.String getName()
public void setName(java.lang.String name)
public com.sun.rave.web.ui.component.Button getBtnPlus()
public void setBtnPlus(com.sun.rave.web.ui.component.Button btnPlus)
public com.sun.rave.web.ui.component.Button getBtnMinus()
public void setBtnMinus(com.sun.rave.web.ui.component.Button btnMinus)
public SubPanelController getController()
public void setController(SubPanelController controller)
public boolean isChoicePanel()
public boolean isEmpty()
public void assignStyle(int maxLevel)
maxLevel
- the highest depth level of all panels on this formpublic void addOccursButton(com.sun.rave.web.ui.component.Button btn)
public SubPanel clone()
clone
in class java.lang.Object
public int incTop(int amount)
public int decTop(int amount)
public double incHeight(int amount)
public void enableOccursButtons(boolean enable)
public int getTop(javax.faces.component.UIComponent component)
public void setContentTops(DynFormComponentList content, int top)
public void setContentTop(javax.faces.component.UIComponent component, int top)
public int adjustTopForChoiceContainer(int top)
public void incComponentTops(int top, int adjustment)
top
- the y-coord below which components should be moved downadjustment
- how much to move them down byCopyright © 2004-2014 The YAWL Foundation.