org.apache.empire.struts2.jsp.controls
Interface InputControl.ControlInfo

All Superinterfaces:
InputControl.ValueInfo
All Known Implementing Classes:
InputControlComponent
Enclosing class:
InputControl

public static interface InputControl.ControlInfo
extends InputControl.ValueInfo

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


Method Summary
 boolean getDisabled()
           
 int getHSize()
           
 java.lang.String getName()
           
 java.lang.String getOnblur()
           
 java.lang.String getOnchange()
           
 java.lang.String getOnfocus()
           
 java.lang.String getTabindex()
           
 int getVSize()
           
 boolean hasError()
           
 
Methods inherited from interface org.apache.empire.struts2.jsp.controls.InputControl.ValueInfo
getColumn, getCssClass, getCssStyle, getFormat, getId, getNullValue, getOnclick, getOndblclick, getOptions, getTranslation, getUserLocale, getValue
 

Method Detail

getName

java.lang.String getName()

hasError

boolean hasError()

getDisabled

boolean getDisabled()

getHSize

int getHSize()

getVSize

int getVSize()

getTabindex

java.lang.String getTabindex()

getOnchange

java.lang.String getOnchange()

getOnfocus

java.lang.String getOnfocus()

getOnblur

java.lang.String getOnblur()


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