org.apache.myfaces.component
Interface NewspaperTable

All Known Implementing Classes:
AbstractHtmlDataTable, HtmlDataTable

public interface NewspaperTable

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

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

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

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

getNewspaperColumns

int getNewspaperColumns()

getSpacer

javax.faces.component.UIComponent getSpacer()

getNewspaperOrientation

java.lang.String getNewspaperOrientation()


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