Class Menu.Option

java.lang.Object
org.beangle.struts2.view.component.Component
org.beangle.struts2.view.component.UIBean
org.beangle.struts2.view.component.ClosingUIBean
org.beangle.struts2.view.component.IterableUIBean
org.openurp.web.view.component.HierarchyUIBean<Menu.Option>
org.openurp.web.view.component.Menu.Option
Enclosing class:
Menu

public static class Menu.Option extends HierarchyUIBean<Menu.Option>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected Object
     

    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
    Option(com.opensymphony.xwork2.util.ValueStack stack)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
     
    protected boolean
     
    protected boolean
     

    Methods inherited from class org.openurp.web.view.component.HierarchyUIBean

    addChild, doEnd, getChildren, getParent, setParent, start

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

    iterator

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

    end, getBody, setTheme, 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
  • Field Details

    • curObj

      protected Object curObj
  • Constructor Details

    • Option

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