|
ICEfaces 3.1.0 Java API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIPanel
org.icefaces.ace.component.dialog.DialogBase
public class DialogBase
| Nested Class Summary | |
|---|---|
protected static class |
DialogBase.PropertyKeys
|
| Field Summary | |
|---|---|
static java.lang.String |
COMPONENT_TYPE
|
static java.lang.String |
RENDERER_TYPE
|
| Fields inherited from class javax.faces.component.UIPanel |
|---|
COMPONENT_FAMILY |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
| Constructor Summary | |
|---|---|
DialogBase()
|
|
| Method Summary | |
|---|---|
void |
addClientBehavior(java.lang.String eventName,
javax.faces.component.behavior.ClientBehavior behavior)
|
java.lang.String |
getDefaultEventName()
|
java.lang.String |
getDefaultExecute(java.lang.String event)
|
java.lang.String |
getDefaultRender(java.lang.String event)
|
java.util.Collection<java.lang.String> |
getEventNames()
|
java.lang.String |
getFamily()
|
java.lang.String |
getHeader()
Return the value of the header property. |
int |
getHeight()
Return the value of the height property. |
java.lang.String |
getHideEffect()
Return the value of the hideEffect property. |
int |
getMinHeight()
Return the value of the minHeight property. |
int |
getMinWidth()
Return the value of the minWidth property. |
java.lang.String |
getOnHide()
Return the value of the onHide property. |
java.lang.String |
getOnShow()
Return the value of the onShow property. |
java.lang.String |
getPosition()
Return the value of the position property. |
java.lang.String |
getShowEffect()
Return the value of the showEffect property. |
java.lang.String |
getStyleClass()
Return the value of the styleClass property. |
java.lang.String |
getWidgetVar()
Return the value of the widgetVar property. |
int |
getWidth()
Return the value of the width property. |
int |
getZindex()
Return the value of the zindex property. |
boolean |
isClosable()
Return the value of the closable property. |
boolean |
isCloseOnEscape()
Return the value of the closeOnEscape property. |
boolean |
isDraggable()
Return the value of the draggable property. |
boolean |
isModal()
Return the value of the modal property. |
boolean |
isResizable()
Return the value of the resizable property. |
boolean |
isShowHeader()
Return the value of the showHeader property. |
boolean |
isVisible()
Return the value of the visible property. |
void |
setClosable(boolean closable)
Set the value of the closable property. |
void |
setCloseOnEscape(boolean closeOnEscape)
Set the value of the closeOnEscape property. |
void |
setDraggable(boolean draggable)
Set the value of the draggable property. |
void |
setHeader(java.lang.String header)
Set the value of the header property. |
void |
setHeight(int height)
Set the value of the height property. |
void |
setHideEffect(java.lang.String hideEffect)
Set the value of the hideEffect property. |
void |
setMinHeight(int minHeight)
Set the value of the minHeight property. |
void |
setMinWidth(int minWidth)
Set the value of the minWidth property. |
void |
setModal(boolean modal)
Set the value of the modal property. |
void |
setOnHide(java.lang.String onHide)
Set the value of the onHide property. |
void |
setOnShow(java.lang.String onShow)
Set the value of the onShow property. |
void |
setPosition(java.lang.String position)
Set the value of the position property. |
void |
setResizable(boolean resizable)
Set the value of the resizable property. |
void |
setShowEffect(java.lang.String showEffect)
Set the value of the showEffect property. |
void |
setShowHeader(boolean showHeader)
Set the value of the showHeader property. |
void |
setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property. |
void |
setVisible(boolean visible)
Set the value of the visible property. |
void |
setWidgetVar(java.lang.String widgetVar)
Set the value of the widgetVar property. |
void |
setWidth(int width)
Set the value of the width property. |
void |
setZindex(int zindex)
Set the value of the zindex property. |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder |
|---|
getClientBehaviors |
| Field Detail |
|---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
| Constructor Detail |
|---|
public DialogBase()
| Method Detail |
|---|
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIPanelpublic void setPosition(java.lang.String position)
Set the value of the position property.
public java.lang.String getPosition()
Return the value of the position property.
public void setVisible(boolean visible)
Set the value of the visible property.
public boolean isVisible()
Return the value of the visible property.
public void setMinWidth(int minWidth)
Set the value of the minWidth property.
public int getMinWidth()
Return the value of the minWidth property.
public void setWidth(int width)
Set the value of the width property.
public int getWidth()
Return the value of the width property.
public void setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property.
public java.lang.String getStyleClass()
Return the value of the styleClass property.
public void setCloseOnEscape(boolean closeOnEscape)
Set the value of the closeOnEscape property.
public boolean isCloseOnEscape()
Return the value of the closeOnEscape property.
public void setHeader(java.lang.String header)
Set the value of the header property.
public java.lang.String getHeader()
Return the value of the header property.
public void setHideEffect(java.lang.String hideEffect)
Set the value of the hideEffect property.
public java.lang.String getHideEffect()
Return the value of the hideEffect property.
public void setMinHeight(int minHeight)
Set the value of the minHeight property.
public int getMinHeight()
Return the value of the minHeight property.
public void setHeight(int height)
Set the value of the height property.
public int getHeight()
Return the value of the height property.
public void setClosable(boolean closable)
Set the value of the closable property.
public boolean isClosable()
Return the value of the closable property.
public void setWidgetVar(java.lang.String widgetVar)
Set the value of the widgetVar property.
public java.lang.String getWidgetVar()
Return the value of the widgetVar property.
public void setShowHeader(boolean showHeader)
Set the value of the showHeader property.
public boolean isShowHeader()
Return the value of the showHeader property.
public void setResizable(boolean resizable)
Set the value of the resizable property.
public boolean isResizable()
Return the value of the resizable property.
public void setOnShow(java.lang.String onShow)
Set the value of the onShow property.
public java.lang.String getOnShow()
Return the value of the onShow property.
public void setShowEffect(java.lang.String showEffect)
Set the value of the showEffect property.
public java.lang.String getShowEffect()
Return the value of the showEffect property.
public void setOnHide(java.lang.String onHide)
Set the value of the onHide property.
public java.lang.String getOnHide()
Return the value of the onHide property.
public void setModal(boolean modal)
Set the value of the modal property.
public boolean isModal()
Return the value of the modal property.
public void setDraggable(boolean draggable)
Set the value of the draggable property.
public boolean isDraggable()
Return the value of the draggable property.
public void setZindex(int zindex)
Set the value of the zindex property.
public int getZindex()
Return the value of the zindex property.
public java.util.Collection<java.lang.String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic java.lang.String getDefaultEventName()
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHoldergetDefaultEventName in class javax.faces.component.UIComponentBasepublic java.lang.String getDefaultRender(java.lang.String event)
getDefaultRender in interface IceClientBehaviorHolderpublic java.lang.String getDefaultExecute(java.lang.String event)
getDefaultExecute in interface IceClientBehaviorHolder
public void addClientBehavior(java.lang.String eventName,
javax.faces.component.behavior.ClientBehavior behavior)
addClientBehavior in interface javax.faces.component.behavior.ClientBehaviorHolderaddClientBehavior in class javax.faces.component.UIComponentBase
|
ICEfaces 3.1.0 Java API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||