类 RowAttr

java.lang.Object
com.sh.wf.module.component.table.RowAttr
所有已实现的接口:
Serializable, Cloneable

public final class RowAttr extends Object implements Serializable, Cloneable

Description: 行属性

Title:首亨软件 - TSS/CRM等

从以下版本开始:
2015年6月29日
另请参阅:
  • 构造器详细资料

    • RowAttr

      public RowAttr()
  • 方法详细资料

    • parser

      public void parser(org.jdom2.Element nodeEl, org.jdom2.Element rowEl, ModuleData moduleData, boolean treeRow)
    • getTRStyle

      public String getTRStyle(ModuleContext context)
    • toTrAttr

      public void toTrAttr(ModuleContext context, StringBuilder html)
      设置TR上的属性
      参数:
      context - ModuleContext
      html - StringBuilder
    • getChildTDStyle

      public String getChildTDStyle(ModuleContext context)
    • getTrClassName

      public String getTrClassName(String defaultClassName)
      TR行上的样式
      参数:
      defaultClassName - 已有样式
      返回:
      组合后的样式
    • isExport

      public boolean isExport()
    • isExportEnd

      public boolean isExportEnd()
    • isTreeRow

      public boolean isTreeRow()
    • getStid

      public String getStid()
    • getTrName

      public String getTrName()
    • isAutoTriggerClick

      public boolean isAutoTriggerClick()
    • isFoRow

      public boolean isFoRow()
    • getFoNum

      public int getFoNum()
    • isMcEnable

      public boolean isMcEnable()
    • isFrClickBgEnable

      public boolean isFrClickBgEnable()