@Generated(value="com.liferay.alloy.tools.builder.FacesBuilder") public abstract class DialogBase extends PanelGroupBlockLayout implements com.liferay.faces.util.component.Styleable, com.liferay.faces.util.component.ClientComponent
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DialogBase.DialogPropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_TYPE |
static String |
RENDERER_TYPE |
| Constructor and Description |
|---|
DialogBase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientKey()
clientKey attribute description:
The key name that can be used to reference the component on the client. |
String |
getHeaderText()
headerText attribute description:
The text to place in the header of the component. |
String |
getHeight()
height attribute description:
The height of the dialog/popover. |
String |
getStyleClass()
styleClass attribute description:
List of CSS class names (separated by spaces) that are to be rendered within the class attribute. |
String |
getWidth()
width attribute description:
The width of the dialog/popover. |
Integer |
getzIndex()
zIndex attribute description:
Specifies the stack order of the component. |
boolean |
isAutoShow()
autoShow attribute description:
When true, the component is visible initially. |
boolean |
isDismissible()
dismissible attribute description:
When true, the overlay window is automatically hidden when the user clicks outside of it. |
boolean |
isHideIconRendered()
hideIconRendered attribute description:
When true, an "x" is placed in the upper right corner that the user can click on to hide/dismiss the overlay window. |
boolean |
isModal()
modal attribute description:
When true, the user must interact with the child dialog window before continuing to interact with the parent. |
void |
setAutoShow(boolean autoShow)
autoShow attribute description:
When true, the component is visible initially. |
void |
setClientKey(String clientKey)
clientKey attribute description:
The key name that can be used to reference the component on the client. |
void |
setDismissible(boolean dismissible)
dismissible attribute description:
When true, the overlay window is automatically hidden when the user clicks outside of it. |
void |
setHeaderText(String headerText)
headerText attribute description:
The text to place in the header of the component. |
void |
setHeight(String height)
height attribute description:
The height of the dialog/popover. |
void |
setHideIconRendered(boolean hideIconRendered)
hideIconRendered attribute description:
When true, an "x" is placed in the upper right corner that the user can click on to hide/dismiss the overlay window. |
void |
setModal(boolean modal)
modal attribute description:
When true, the user must interact with the child dialog window before continuing to interact with the parent. |
void |
setWidth(String width)
width attribute description:
The width of the dialog/popover. |
void |
setzIndex(Integer zIndex)
zIndex attribute description:
Specifies the stack order of the component. |
getLayoutgetDefaultEventName, getEventNames, getOnclick, getOndblclick, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getStyle, setLayout, setOnclick, setOndblclick, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setStyle, setStyleClassaddClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, 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, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final String COMPONENT_TYPE
public static final String RENDERER_TYPE
public boolean isAutoShow()
autoShow attribute description:
public void setAutoShow(boolean autoShow)
autoShow attribute description:
public String getClientKey()
clientKey attribute description:
getClientKey in interface com.liferay.faces.util.component.ClientComponentpublic void setClientKey(String clientKey)
clientKey attribute description:
setClientKey in interface com.liferay.faces.util.component.ClientComponentpublic boolean isDismissible()
dismissible attribute description:
public void setDismissible(boolean dismissible)
dismissible attribute description:
public String getHeaderText()
headerText attribute description:
public void setHeaderText(String headerText)
headerText attribute description:
public String getHeight()
height attribute description:
public void setHeight(String height)
height attribute description:
public boolean isHideIconRendered()
hideIconRendered attribute description:
public void setHideIconRendered(boolean hideIconRendered)
hideIconRendered attribute description:
public boolean isModal()
modal attribute description:
public void setModal(boolean modal)
modal attribute description:
public String getStyleClass()
styleClass attribute description:
getStyleClass in interface com.liferay.faces.util.component.StyleablegetStyleClass in class PanelGroupBasepublic String getWidth()
width attribute description:
public void setWidth(String width)
width attribute description:
public Integer getzIndex()
zIndex attribute description:
public void setzIndex(Integer zIndex)
zIndex attribute description:
Copyright © 2016 Liferay, Inc.. All rights reserved.