类 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
  • 字段概要

    从类继承的字段 org.beangle.struts2.view.component.ClosingUIBean

    body

    从类继承的字段 org.beangle.struts2.view.component.UIBean

    cssClass, id, theme

    从类继承的字段 org.beangle.struts2.view.component.Component

    COMPONENT_STACK, parameters, stack
  • 构造器概要

    构造器
    构造器
    说明
    NumTextfield(com.opensymphony.xwork2.util.ValueStack stack)
     
  • 方法概要

    修饰符和类型
    方法
    说明
     
     
     
     
     
     
     
     
     
     
    void
     
    void
    setComment(String comment)
     
    void
    setFormat(String format)
     
    void
     
    void
     
    void
     
    void
     
    void
    setRequired(Object required)
     
    void
     
    void
     

    从类继承的方法 org.beangle.struts2.view.component.ClosingUIBean

    doEnd, end, getBody, setTheme, start, usesBody

    从类继承的方法 org.beangle.struts2.view.component.UIBean

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

    从类继承的方法 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

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • NumTextfield

      public NumTextfield(com.opensymphony.xwork2.util.ValueStack stack)
  • 方法详细资料

    • 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)