Package org.openurp.web.view.component
Class NumRange
java.lang.Object
org.beangle.struts2.view.component.Component
org.beangle.struts2.view.component.UIBean
org.beangle.struts2.view.component.ClosingUIBean
org.openurp.web.view.component.NumRange
public class NumRange
extends org.beangle.struts2.view.component.ClosingUIBean
-
Field Summary
Fields inherited from class org.beangle.struts2.view.component.ClosingUIBean
bodyFields inherited from class org.beangle.struts2.view.component.UIBean
cssClass, id, themeFields inherited from class org.beangle.struts2.view.component.Component
COMPONENT_STACK, parameters, stack -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidgetDebug()getLabel()getName()voidsetComment(String comment) voidvoidvoidvoidsetMaxRange(Object maxRange) voidvoidsetMinRange(Object minRange) voidvoidvoidsetRequired(String required) Methods inherited from class org.beangle.struts2.view.component.ClosingUIBean
doEnd, end, getBody, setTheme, start, usesBodyMethods inherited from class org.beangle.struts2.view.component.UIBean
generateIdIfEmpty, getContainer, getCssClass, getId, getParameterString, getRequest, getRequestParameter, getRequestURI, getText, getText, getTheme, getValue, mergeTemplate, processLabel, render, setCssClass, setIdMethods inherited from class org.beangle.struts2.view.component.Component
addAllParameters, addParameter, altSyntax, altSyntax, completeExpressionIfAltSyntax, end, fieldError, findAncestor, findString, findString, findStringIfAltSyntax, findValue, findValue, findValue, getComponentStack, getParameters, popComponentStack, stripExpressionIfAltSyntax, stripExpressionIfAltSyntax, toString
-
Constructor Details
-
NumRange
public NumRange(com.opensymphony.xwork2.util.ValueStack stack)
-
-
Method Details
-
evaluateParams
protected void evaluateParams()- Overrides:
evaluateParamsin classorg.beangle.struts2.view.component.UIBean
-
getLabel
-
setLabel
-
getName
-
setName
-
getComment
-
setComment
-
getRequired
-
setRequired
-
getFormat
-
setFormat
-
getMinVal
-
setMinVal
-
getMaxVal
-
setMaxVal
-
setMinRange
-
setMaxRange
-
getMinField
-
getMaxField
-
getDebug
-
setDebug
-