public abstract class LightBoxBase extends javax.faces.component.UIComponentBase implements Widget
Modifier and Type | Class and Description |
---|---|
static class |
LightBoxBase.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
DEFAULT_RENDERER |
Constructor and Description |
---|
LightBoxBase() |
Modifier and Type | Method and Description |
---|---|
String |
getFamily() |
String |
getHeight() |
String |
getIframeTitle() |
String |
getOnHide() |
String |
getOnShow() |
String |
getStyle() |
String |
getStyleClass() |
String |
getWidgetVar() |
String |
getWidth() |
boolean |
isBlockScroll() |
boolean |
isIframe() |
boolean |
isVisible() |
void |
setBlockScroll(boolean blockScroll) |
void |
setHeight(String height) |
void |
setIframe(boolean iframe) |
void |
setIframeTitle(String iframeTitle) |
void |
setOnHide(String onHide) |
void |
setOnShow(String onShow) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setVisible(boolean visible) |
void |
setWidgetVar(String widgetVar) |
void |
setWidth(String width) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, 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
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
resolveWidgetVar, resolveWidgetVar
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public String getWidgetVar()
public void setWidgetVar(String widgetVar)
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
public void setStyleClass(String styleClass)
public String getWidth()
public void setWidth(String width)
public String getHeight()
public void setHeight(String height)
public boolean isIframe()
public void setIframe(boolean iframe)
public String getIframeTitle()
public void setIframeTitle(String iframeTitle)
public boolean isVisible()
public void setVisible(boolean visible)
public boolean isBlockScroll()
public void setBlockScroll(boolean blockScroll)
public String getOnShow()
public void setOnShow(String onShow)
public String getOnHide()
public void setOnHide(String onHide)
Copyright © 2020. All rights reserved.