Class CCMoveableArea

java.lang.Object
org.eclnt.jsfserver.pagebean.PageBean
org.eclnt.jsfserver.pagebean.component.PageBeanComponentBase
org.eclnt.jsfserver.pagebean.component.PageBeanComponent
org.eclnt.ccaddons.pbc.overlay.CCMoveableArea
All Implemented Interfaces:
Serializable, org.eclnt.jsfserver.elements.IConfiguredByLayout, org.eclnt.jsfserver.pagebean.component.IPageBeanComponent, org.eclnt.jsfserver.pagebean.componentascontrol.IPageBeanComponentAsControlImplicitlyCreateInstance, org.eclnt.jsfserver.pagebean.IPageBean, org.eclnt.jsfserver.util.valuemgmt.IDynamicContentBindingObject

public class CCMoveableArea extends org.eclnt.jsfserver.pagebean.component.PageBeanComponent implements Serializable, org.eclnt.jsfserver.pagebean.componentascontrol.IPageBeanComponentAsControlImplicitlyCreateInstance
See Also:
  • Constructor Details

    • CCMoveableArea

      public CCMoveableArea()
  • Method Details

    • getRootExpressionUsedInPage

      public String getRootExpressionUsedInPage()
      Specified by:
      getRootExpressionUsedInPage in interface org.eclnt.jsfserver.pagebean.IPageBean
      Specified by:
      getRootExpressionUsedInPage in class org.eclnt.jsfserver.pagebean.PageBean
    • prepare

      public void prepare(CCMoveableArea.IListener listener)
    • getRenderedTop

      public boolean getRenderedTop()
    • getRenderedBottom

      public boolean getRenderedBottom()
    • getStylevariantBox

      public String getStylevariantBox()
    • setStylevariantBox

      public void setStylevariantBox(String stylevariantBox)
    • getBorder

      public String getBorder()
    • setBorder

      public void setBorder(String borderBox)
    • getTopDistance

      public int getTopDistance()
    • setTopDistance

      public void setTopDistance(int topDistance)
    • getBottomDistance

      public int getBottomDistance()
    • setBottomDistance

      public void setBottomDistance(int bottomDistance)
    • getBackground

      public String getBackground()
    • setBackground

      public void setBackground(String background)
    • getStylevariantButtonTop

      public String getStylevariantButtonTop()
    • setStylevariantButtonTop

      public void setStylevariantButtonTop(String stylevariantButtonTop)
    • getStylevariantButtonBottom

      public String getStylevariantButtonBottom()
    • setStylevariantButtonBottom

      public void setStylevariantButtonBottom(String stylevariantButtonBottom)
    • getBackgroundButton

      public String getBackgroundButton()
    • setBackgroundButton

      public void setBackgroundButton(String backgroundButton)
    • getImageButtonTop

      public String getImageButtonTop()
    • setImageButtonTop

      public void setImageButtonTop(String imageButtonTop)
    • getImageButtonBottom

      public String getImageButtonBottom()
    • setImageButtonBottom

      public void setImageButtonBottom(String imageButtonBottom)
    • getShowonareamouseoveronly

      public boolean getShowonareamouseoveronly()
    • setShowonareamouseoveronly

      public void setShowonareamouseoveronly(boolean showonareamouseoveronly)
    • initializePageBean

      public void initializePageBean(Map<String,String> initData)
      Specified by:
      initializePageBean in interface org.eclnt.jsfserver.pagebean.component.IPageBeanComponent
      Overrides:
      initializePageBean in class org.eclnt.jsfserver.pagebean.component.PageBeanComponent
    • initializePageBeanConfigItems

      public void initializePageBeanConfigItems(List<org.eclnt.jsfserver.pagebean.PageBeanConfigItem> configItems)
      Specified by:
      initializePageBeanConfigItems in interface org.eclnt.jsfserver.pagebean.component.IPageBeanComponent
      Overrides:
      initializePageBeanConfigItems in class org.eclnt.jsfserver.pagebean.component.PageBeanComponent
    • onBeforeRendering

      public void onBeforeRendering()
      Specified by:
      onBeforeRendering in interface org.eclnt.jsfserver.pagebean.IPageBean
      Overrides:
      onBeforeRendering in class org.eclnt.jsfserver.pagebean.PageBean
    • getBounds

      public String getBounds()
    • setBounds

      public void setBounds(String value)
    • getHeight

      public String getHeight()
    • setHeight

      public void setHeight(String value)
    • getWidth

      public String getWidth()
    • setWidth

      public void setWidth(String value)
    • getY

      public String getY()
    • setY

      public void setY(String value)
    • getX

      public String getX()
    • setX

      public void setX(String value)
    • getAnchor

      public String getAnchor()
    • onIconUpAction

      public void onIconUpAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
    • onIconDownAction

      public void onIconDownAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
    • moveToTopIfNotExplicitlyPositioned

      public void moveToTopIfNotExplicitlyPositioned()
    • moveToBottomIfNotExplicitlyPositioned

      public void moveToBottomIfNotExplicitlyPositioned()
    • getCurrentPosition

      public ENUMMoveableAreaPosition getCurrentPosition()
    • setCurrentPosition

      public void setCurrentPosition(ENUMMoveableAreaPosition position)