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
 String getInputId()
           
 String getStyleClass(String addlStyle)
           
 String getTabindex()
           
 boolean isDisabled()
           
 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, getValue
 

Method Detail

setValue

void setValue(Object value)

validate

void validate(Object value)

isRequired

boolean isRequired()

isDisabled

boolean isDisabled()

getInputId

String getInputId()

getTabindex

String getTabindex()

getStyleClass

String getStyleClass(String addlStyle)


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.