org.exoplatform.wiki.rendering.macro.table
Class TableHeaderRowMacro

java.lang.Object
  extended by org.xwiki.rendering.macro.AbstractMacro<Object>
      extended by org.exoplatform.wiki.rendering.macro.table.TableRowMacro
          extended by org.exoplatform.wiki.rendering.macro.table.TableHeaderRowMacro
All Implemented Interfaces:
Comparable<org.xwiki.rendering.macro.Macro<?>>, org.xwiki.component.phase.Initializable, org.xwiki.rendering.macro.Macro<Object>

@Component(value="thead")
public class TableHeaderRowMacro
extends TableRowMacro

Created by The eXo Platform SAS Author : viet nguyen viet.nguyen@exoplatform.com Sep 22, 2010


Field Summary
 
Fields inherited from class org.xwiki.rendering.macro.AbstractMacro
beanManager, DEFAULT_CATEGORY_CONTENT, DEFAULT_CATEGORY_DEVELOPMENT, DEFAULT_CATEGORY_FORMATTING, DEFAULT_CATEGORY_NAVIGATION
 
Constructor Summary
TableHeaderRowMacro()
           
 
Method Summary
 
Methods inherited from class org.exoplatform.wiki.rendering.macro.table.TableRowMacro
execute, getSyntaxParser, supportsInlineMode
 
Methods inherited from class org.xwiki.rendering.macro.AbstractMacro
compareTo, getDescriptor, getPriority, initialize, setDefaultCategory, setDescriptor, setPriority
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableHeaderRowMacro

public TableHeaderRowMacro()


Copyright © 2013 eXo Platform SAS. All Rights Reserved.