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()
           
 String getName()
           
 String getOnblur()
           
 String getOnchange()
           
 String getOnfocus()
           
 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

String getName()

hasError

boolean hasError()

getDisabled

boolean getDisabled()

getHSize

int getHSize()

getVSize

int getVSize()

getTabindex

String getTabindex()

getOnchange

String getOnchange()

getOnfocus

String getOnfocus()

getOnblur

String getOnblur()


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