String captionClass;
String captionStyle;
if (component instanceof HtmlPanelGrid)
{
HtmlPanelGrid panelGrid = (HtmlPanelGrid) component;
captionClass = panelGrid.getCaptionClass();
captionStyle = panelGrid.getCaptionStyle();
}
else if (component instanceof HtmlDataTable)
{
HtmlDataTable dataTable = (HtmlDataTable) component;
captionClass = dataTable.getCaptionClass();