Class NumTextfield

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.NumTextfield

public class NumTextfield extends org.beangle.struts2.view.component.ClosingUIBean
  • Field Summary

    Fields inherited from class org.beangle.struts2.view.component.ClosingUIBean

    body

    Fields inherited from class org.beangle.struts2.view.component.UIBean

    cssClass, id, theme

    Fields inherited from class org.beangle.struts2.view.component.Component

    COMPONENT_STACK, parameters, stack
  • Constructor Summary

    Constructors
    Constructor
    Description
    NumTextfield(com.opensymphony.xwork2.util.ValueStack stack)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
     
     
     
     
     
     
     
    void
     
    void
    setComment(String comment)
     
    void
    setFormat(String format)
     
    void
     
    void
     
    void
     
    void
     
    void
    setRequired(Object required)
     
    void
     
    void
     

    Methods inherited from class org.beangle.struts2.view.component.ClosingUIBean

    doEnd, end, getBody, setTheme, start, usesBody

    Methods inherited from class org.beangle.struts2.view.component.UIBean

    evaluateParams, generateIdIfEmpty, getContainer, getCssClass, getId, getParameterString, getRequest, getRequestParameter, getRequestURI, getText, getText, getTheme, getValue, mergeTemplate, processLabel, render, setCssClass, setId

    Methods 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NumTextfield

      public NumTextfield(com.opensymphony.xwork2.util.ValueStack stack)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getCheck

      public String getCheck()
    • setCheck

      public void setCheck(String check)
    • getFormat

      public String getFormat()
    • setFormat

      public void setFormat(String format)
    • getRequired

      public Object getRequired()
    • setRequired

      public void setRequired(Object required)
    • getValue

      public Object getValue()
    • setValue

      public void setValue(Object value)
    • getMin

      public String getMin()
    • getMax

      public String getMax()
    • setMin

      public void setMin(String min)
    • setMax

      public void setMax(String max)