org.apache.myfaces.component
Interface PanelProperties

All Known Implementing Classes:
AbstractHtmlPanelLayout, AbstractHtmlPanelNavigation, AbstractHtmlPanelNavigationMenu, AbstractHtmlPanelTabbedPane

public interface PanelProperties

Since:
1.1.7
Version:
$Revision: 691856 $ $Date: 2008-09-03 21:40:30 -0500 (Wed, 03 Sep 2008) $
Author:
Leonardo Uribe (latest modification by $Author: lu4242 $)

Method Summary
 String getBgcolor()
          HTML: The background color of this element.
 int getBorder()
          HTML: Specifies the width of the border of this element, in pixels.
 String getCellpadding()
          HTML: Specifies the amount of empty space between the cell border and its contents.
 String getCellspacing()
          HTML: Specifies the amount of space between the cells of the table.
 String getFrame()
          HTML: Controls what part of the frame that surrounds a table is visible.
 String getRules()
          HTML: Controls how rules are rendered between cells.
 String getSummary()
          HTML: Provides a summary of the contents of the table, for accessibility purposes.
 String getWidth()
          HTML: Specifies the desired width of the table, as a pixel length or a percentage of available space.
 

Method Detail

getBgcolor

String getBgcolor()
HTML: The background color of this element.


getBorder

int getBorder()
HTML: Specifies the width of the border of this element, in pixels. Deprecated in HTML 4.01.


getCellpadding

String getCellpadding()
HTML: Specifies the amount of empty space between the cell border and its contents. It can be either a pixel length or a percentage.


getCellspacing

String getCellspacing()
HTML: Specifies the amount of space between the cells of the table. It can be either a pixel length or a percentage of available space.


getFrame

String getFrame()
HTML: Controls what part of the frame that surrounds a table is visible. Values include: void, above, below, hsides, lhs, rhs, vsides, box, and border.


getRules

String getRules()
HTML: Controls how rules are rendered between cells. Values include: none, groups, rows, cols, and all.


getSummary

String getSummary()
HTML: Provides a summary of the contents of the table, for accessibility purposes.


getWidth

String getWidth()
HTML: Specifies the desired width of the table, as a pixel length or a percentage of available space.



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