org.apache.myfaces.component
Interface NewspaperTable

All Known Implementing Classes:
HtmlDataTable

public interface NewspaperTable

NewsPaperTable interface for allowing a UIData component to provide NewsPaperTable attributes.

Author:
Mike Kienenberger (latest modification by $Author: grantsmith $)

Field Summary
static java.lang.String NEWSPAPER_HORIZONTAL_ORIENTATION
           
 
Method Summary
 int getNewspaperColumns()
           
 java.lang.String getNewspaperOrientation()
           
 javax.faces.component.UIComponent getSpacer()
           
 

Field Detail

NEWSPAPER_HORIZONTAL_ORIENTATION

public static final java.lang.String NEWSPAPER_HORIZONTAL_ORIENTATION
See Also:
Constant Field Values
Method Detail

getNewspaperColumns

public int getNewspaperColumns()

getSpacer

public javax.faces.component.UIComponent getSpacer()

getNewspaperOrientation

public java.lang.String getNewspaperOrientation()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.