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

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

protected static class HtmlTableRendererBase.Styles
extends Object

Class manages the styles from String lists.


Method Summary
 String getColumnStyle(int idx)
           
 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 String getRowStyle(int idx)

getColumnStyle

public String getColumnStyle(int idx)

hasRowStyle

public boolean hasRowStyle()

hasColumnStyle

public boolean hasColumnStyle()


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