org.apache.myfaces.component
Interface NewspaperTable

All Known Implementing Classes:
AbstractHtmlDataTable

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 String NEWSPAPER_HORIZONTAL_ORIENTATION
           
 
Method Summary
 int getNewspaperColumns()
           
 String getNewspaperOrientation()
           
 javax.faces.component.UIComponent getSpacer()
           
 

Field Detail

NEWSPAPER_HORIZONTAL_ORIENTATION

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

getNewspaperColumns

int getNewspaperColumns()

getSpacer

javax.faces.component.UIComponent getSpacer()

getNewspaperOrientation

String getNewspaperOrientation()


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