| |
|
| com.icesoft.faces.component.panelseries.UISeries com.icesoft.faces.component.panelpositioned.PanelPositioned
PanelPositioned | public class PanelPositioned extends UISeries (Code) | | Panel Positioned Componenet class
|
COMPONENET_TYPE | final public static String COMPONENET_TYPE(Code) | | |
COMPONENT_FAMILY | final public static String COMPONENT_FAMILY(Code) | | |
DEFAULT_RENDERER_TYPE | final public static String DEFAULT_RENDERER_TYPE(Code) | | |
PanelPositioned | public PanelPositioned()(Code) | | |
broadcast | public void broadcast(FacesEvent event) throws AbortProcessingException(Code) | | |
getListener | public MethodBinding getListener()(Code) | | |
queueEvent | public void queueEvent(FacesEvent event)(Code) | | |
restoreState | public void restoreState(FacesContext context, Object stateIn)(Code) | | |
saveState | public Object saveState(FacesContext context)(Code) | | |
setConstraint | public void setConstraint(String constraint)(Code) | | If set to 'horizontal' or 'vertical' the drag will be constrained to take
place only horizontally or vertically.
Parameters: constraint - |
setHandle | public void setHandle(String handle)(Code) | | The handle used to drag. The first child/grandchild/etc. element found
within the element that has this CSS class value will be used as the
handle.
Parameters: handle - |
setHoverclass | public void setHoverclass(String hoverclass)(Code) | | If set, the Droppable will have this additional CSS class when an
accepted Draggable is hovered over it.
Parameters: hoverclass - |
setListener | public void setListener(MethodBinding listener)(Code) | | |
setOverlap | public void setOverlap(String overlap)(Code) | | Either 'vertical' or 'horizontal'. For floating sortables or horizontal
lists, choose 'horizontal'. Vertical lists should use 'vertical'.
Parameters: overlap - |
setStyleClass | public void setStyleClass(String styleClass)(Code) | | |
|
|
|