org.apache.myfaces.custom.dojolayouts
Class AbstractFloatingPaneBase

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIOutput
              extended by org.apache.myfaces.custom.dojolayouts.AbstractFloatingPaneBase
All Implemented Interfaces:
javax.faces.component.StateHolder, javax.faces.component.ValueHolder, org.apache.myfaces.component.StyleAware, org.apache.myfaces.custom.dojo.DojoWidget
Direct Known Subclasses:
FloatingPaneBase

public abstract class AbstractFloatingPaneBase
extends javax.faces.component.UIOutput
implements org.apache.myfaces.custom.dojo.DojoWidget, org.apache.myfaces.component.StyleAware

PanelGroup which supports a partialTriggers Attribute similar to the one in Trinidad


Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
static java.lang.String DEFAULT_RENDERER_TYPE
           
 
Constructor Summary
AbstractFloatingPaneBase()
           
 
Method Summary
abstract  java.lang.Boolean getConstrainToContainer()
          limit to parent container
abstract  java.lang.Boolean getDisplayCloseAction()
          if true a close button is displayed
abstract  java.lang.Boolean getDisplayMinimizeAction()
          if true a minimize button is displayed
abstract  java.lang.Boolean getHasShadow()
          Shadow drawn or not
abstract  java.lang.String getIconSrc()
          The pane icon source
abstract  java.lang.Boolean getModal()
          Description for the attribute
abstract  java.lang.Boolean getResizable()
          Window resizable
abstract  java.lang.String getStyle()
          The CSS class for this element.
abstract  java.lang.String getStyleClass()
          The CSS class for this element.
abstract  java.lang.String getTaskBarId()
          The taskbar id
abstract  java.lang.String getTitle()
          the floating pane Title
abstract  java.lang.Boolean getTitleBarDisplay()
          Displays the title bar of the Window
abstract  java.lang.String getWidgetId()
          Optional enforced dojo widgetId
abstract  java.lang.String getWidgetVar()
          optional widget var name, if this is not used only an autogenerated value is set
abstract  java.lang.String getWindowState()
          Display state of the window
 
Methods inherited from class javax.faces.component.UIOutput
getConverter, getFamily, getLocalValue, getValue, restoreState, saveState, setConverter, setValue
 
Methods inherited from class javax.faces.component.UIComponentBase
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.myfaces.custom.dojo.DojoWidget
setWidgetId, setWidgetVar
 

Field Detail

COMPONENT_FAMILY

public static final java.lang.String COMPONENT_FAMILY
See Also:
Constant Field Values

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values

DEFAULT_RENDERER_TYPE

public static final java.lang.String DEFAULT_RENDERER_TYPE
See Also:
Constant Field Values
Constructor Detail

AbstractFloatingPaneBase

public AbstractFloatingPaneBase()
Method Detail

getConstrainToContainer

public abstract java.lang.Boolean getConstrainToContainer()
limit to parent container


getDisplayCloseAction

public abstract java.lang.Boolean getDisplayCloseAction()
if true a close button is displayed


getDisplayMinimizeAction

public abstract java.lang.Boolean getDisplayMinimizeAction()
if true a minimize button is displayed


getHasShadow

public abstract java.lang.Boolean getHasShadow()
Shadow drawn or not


getIconSrc

public abstract java.lang.String getIconSrc()
The pane icon source


getModal

public abstract java.lang.Boolean getModal()
Description for the attribute


getResizable

public abstract java.lang.Boolean getResizable()
Window resizable


getTaskBarId

public abstract java.lang.String getTaskBarId()
The taskbar id


getTitle

public abstract java.lang.String getTitle()
the floating pane Title


getTitleBarDisplay

public abstract java.lang.Boolean getTitleBarDisplay()
Displays the title bar of the Window


getWidgetId

public abstract java.lang.String getWidgetId()
Optional enforced dojo widgetId

Specified by:
getWidgetId in interface org.apache.myfaces.custom.dojo.DojoWidget

getWidgetVar

public abstract java.lang.String getWidgetVar()
optional widget var name, if this is not used only an autogenerated value is set

Specified by:
getWidgetVar in interface org.apache.myfaces.custom.dojo.DojoWidget

getWindowState

public abstract java.lang.String getWindowState()
Display state of the window


getStyle

public abstract java.lang.String getStyle()
The CSS class for this element. Corresponds to the HTML 'class' attribute.

Specified by:
getStyle in interface org.apache.myfaces.component.StyleAware

getStyleClass

public abstract java.lang.String getStyleClass()
The CSS class for this element. Corresponds to the HTML 'class' attribute.

Specified by:
getStyleClass in interface org.apache.myfaces.component.StyleAware


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.