|
||||||||||
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.UIMessage
org.openfaces.component.validation.OUIMessage
org.openfaces.component.validation.FloatingIconMessage
public class FloatingIconMessage
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_TYPE
|
Fields inherited from class javax.faces.component.UIMessage |
---|
COMPONENT_FAMILY |
Fields inherited from class javax.faces.component.UIComponent |
---|
BEANINFO_KEY, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY |
Constructor Summary | |
---|---|
FloatingIconMessage()
|
|
FloatingIconMessage(FloatingIconMessage template,
boolean runtime)
|
Method Summary | |
---|---|
java.lang.String |
getClientIdFor()
|
java.lang.String |
getImageUrl()
|
int |
getOffsetLeft()
|
int |
getOffsetTop()
|
boolean |
isNoImage()
|
boolean |
isNoStyle()
|
boolean |
isRuntimeDefined()
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setClientIdFor(java.lang.String clientIdFor)
|
void |
setImageUrl(java.lang.String imageUrl)
|
void |
setNoImage(boolean noImage)
|
void |
setNoStyle(boolean noStyle)
|
void |
setOffsetLeft(int offsetLeft)
|
void |
setOffsetTop(int offsetTop)
|
Methods inherited from class org.openfaces.component.validation.OUIMessage |
---|
getOnblur, getOnclick, getOncontextmenu, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getRolloverClass, getRolloverStyle, getStyle, getStyleClass, setOnblur, setOnclick, setOncontextmenu, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setRolloverClass, setRolloverStyle, setStyle, setStyleClass |
Methods inherited from class javax.faces.component.UIMessage |
---|
getFamily, getFor, isRedisplay, isShowDetail, isShowSummary, setFor, setRedisplay, setShowDetail, setShowSummary |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addClientBehavior, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getValueExpression, initialStateMarked, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COMPONENT_TYPE
Constructor Detail |
---|
public FloatingIconMessage()
public FloatingIconMessage(FloatingIconMessage template, boolean runtime)
Method Detail |
---|
public boolean isRuntimeDefined()
public java.lang.String getClientIdFor()
public void setClientIdFor(java.lang.String clientIdFor)
public boolean isNoImage()
public boolean isNoStyle()
public void setNoImage(boolean noImage)
public void setNoStyle(boolean noStyle)
public java.lang.String getImageUrl()
public void setImageUrl(java.lang.String imageUrl)
public int getOffsetTop()
public void setOffsetTop(int offsetTop)
public int getOffsetLeft()
public void setOffsetLeft(int offsetLeft)
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class OUIMessage
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class OUIMessage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |