org.apache.myfaces.component

Interface DisplayValueOnlyCapable

public interface DisplayValueOnlyCapable

Behavioral interface. By default, displayValueOnly is false, and the components have the default behaviour. When displayValueOnly is true, the renderer should not render any input widget. Only the text corresponding to the component's value should be rendered instead.

Version: $Revision: 169739 $ $Date: 2005-05-12 02:45:14 +0200 (Thu, 12 May 2005) $

Author: Sylvain Vieujot & Martin Marinschek (latest modification by $Author: svieujot $)

Field Summary
static StringDISPLAY_VALUE_ONLY_ATTR
static StringDISPLAY_VALUE_ONLY_STYLE_ATTR
static StringDISPLAY_VALUE_ONLY_STYLE_CLASS_ATTR
Method Summary
StringgetDisplayValueOnlyStyle()
StringgetDisplayValueOnlyStyleClass()
booleanisDisplayValueOnly()
booleanisSetDisplayValueOnly()
voidsetDisplayValueOnly(boolean displayValueOnly)
voidsetDisplayValueOnlyStyle(String style)
voidsetDisplayValueOnlyStyleClass(String styleClass)

Field Detail

DISPLAY_VALUE_ONLY_ATTR

public static final String DISPLAY_VALUE_ONLY_ATTR

DISPLAY_VALUE_ONLY_STYLE_ATTR

public static final String DISPLAY_VALUE_ONLY_STYLE_ATTR

DISPLAY_VALUE_ONLY_STYLE_CLASS_ATTR

public static final String DISPLAY_VALUE_ONLY_STYLE_CLASS_ATTR

Method Detail

getDisplayValueOnlyStyle

public String getDisplayValueOnlyStyle()

getDisplayValueOnlyStyleClass

public String getDisplayValueOnlyStyleClass()

isDisplayValueOnly

public boolean isDisplayValueOnly()

isSetDisplayValueOnly

public boolean isSetDisplayValueOnly()

setDisplayValueOnly

public void setDisplayValueOnly(boolean displayValueOnly)

setDisplayValueOnlyStyle

public void setDisplayValueOnlyStyle(String style)

setDisplayValueOnlyStyleClass

public void setDisplayValueOnlyStyleClass(String styleClass)