org.openfaces.component.output
Class HintLabel
java.lang.Object
UIOutput
org.openfaces.component.OUIOutput
org.openfaces.component.output.HintLabel
- All Implemented Interfaces:
- OUIComponent
public class HintLabel
- extends OUIOutput
The HintLabel component is used to display a single-line text that may not fit in the
allotted space, but when the user places mouse pointer over the truncated text, the
full text is displayed in a tool-tip.
Methods inherited from class org.openfaces.component.OUIOutput |
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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPONENT_TYPE
public static final java.lang.String COMPONENT_TYPE
- See Also:
- Constant Field Values
COMPONENT_FAMILY
public static final java.lang.String COMPONENT_FAMILY
- See Also:
- Constant Field Values
HintLabel
public HintLabel()
getFamily
public java.lang.String getFamily()
isEscape
public boolean isEscape()
setEscape
public void setEscape(boolean escape)
getHintStyle
public java.lang.String getHintStyle()
setHintStyle
public void setHintStyle(java.lang.String hintStyle)
getHintClass
public java.lang.String getHintClass()
setHintClass
public void setHintClass(java.lang.String hintClass)
getHintTimeout
public int getHintTimeout()
setHintTimeout
public void setHintTimeout(int hintTimeout)
getHint
public java.lang.String getHint()
setHint
public void setHint(java.lang.String hint)
saveState
public java.lang.Object saveState(FacesContext context)
- Overrides:
saveState
in class OUIOutput
restoreState
public void restoreState(FacesContext context,
java.lang.Object state)
- Overrides:
restoreState
in class OUIOutput
Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.