org.apache.empire.jsf2.controls
Interface InputControl.InputInfo

All Superinterfaces:
InputControl.ValueInfo
Enclosing class:
InputControl

public static interface InputControl.InputInfo
extends InputControl.ValueInfo

This interface extends the value information by information about the input control used with the renderInput function


Method Summary
 Object getAttribute(String name)
           
 Object getAttributeEx(String name)
           
 String getInputId()
           
 String getStyleClass(String addlStyle)
           
 boolean hasError()
           
 boolean isDisabled()
           
 boolean isFieldReadOnly()
           
 boolean isRequired()
           
 void setValue(Object value)
           
 void validate(Object value)
           
 
Methods inherited from interface org.apache.empire.jsf2.controls.InputControl.ValueInfo
getColumn, getFormat, getLocale, getOptions, getText, getTextResolver, getValue
 

Method Detail

setValue

void setValue(Object value)

validate

void validate(Object value)

isRequired

boolean isRequired()

isDisabled

boolean isDisabled()

isFieldReadOnly

boolean isFieldReadOnly()

getInputId

String getInputId()

getStyleClass

String getStyleClass(String addlStyle)

hasError

boolean hasError()

getAttribute

Object getAttribute(String name)

getAttributeEx

Object getAttributeEx(String name)


Copyright © 2008–2014 Apache Software Foundation. All rights reserved.