org.apache.myfaces.shared_tomahawk.renderkit.html
Class HtmlTableRendererBase.Styles

java.lang.Object
  extended by org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlTableRendererBase.Styles
Enclosing class:
HtmlTableRendererBase

protected static class HtmlTableRendererBase.Styles
extends java.lang.Object

Class manages the styles from String lists.


Method Summary
 java.lang.String getColumnStyle(int idx)
           
 java.lang.String getRowStyle(int idx)
           
 boolean hasColumnStyle()
           
 boolean hasRowStyle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRowStyle

public java.lang.String getRowStyle(int idx)

getColumnStyle

public java.lang.String getColumnStyle(int idx)

hasRowStyle

public boolean hasRowStyle()

hasColumnStyle

public boolean hasColumnStyle()


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.