类 HierarchyUIBean<T extends HierarchyUIBean<?>>

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<T>
直接已知子类:
Menu.Option

public abstract class HierarchyUIBean<T extends HierarchyUIBean<?>> extends org.beangle.struts2.view.component.IterableUIBean
  • 字段概要

    从类继承的字段 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
  • 构造器概要

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

    修饰符和类型
    方法
    说明
    boolean
    addChild(T child)
     
    boolean
    doEnd(Writer writer, String body)
     
     
     
    protected abstract boolean
     
    protected abstract boolean
     
    void
    setParent(T parent)
     
    boolean
    start(Writer writer)
     

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

    iterator, next

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

    end, getBody, setTheme, 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
  • 构造器详细资料

    • HierarchyUIBean

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

    • getParent

      public T getParent()
    • setParent

      public void setParent(T parent)
    • getChildren

      public List<T> getChildren()
    • addChild

      public boolean addChild(T child)
    • nextChild

      protected abstract boolean nextChild()
    • parentNext

      protected abstract boolean parentNext()
    • start

      public boolean start(Writer writer)
      覆盖:
      start 在类中 org.beangle.struts2.view.component.IterableUIBean
    • doEnd

      public boolean doEnd(Writer writer, String body)
      覆盖:
      doEnd 在类中 org.beangle.struts2.view.component.IterableUIBean