ilog.cpl.table.css
Interface IlpTableHeaderCustomization

All Superinterfaces:
IlpAttributeHeaderCustomization

public interface IlpTableHeaderCustomization
extends IlpAttributeHeaderCustomization

This interface contains all the properties that can be customized in order to define the graphic representation of a table attribute header in the JTGO Table Component.

The properties defined in this class can be used in the following cascading style sheet selectors:

attribute."MyBusinessClass/attributeOne" {
    index: 0;
    labelVisible: true;
    label: @attributeOne;
    preferredWidth: 100;
}
   
Table header element used by the Table header renderer to display the header, the sorting order, and the sorting direction of the columns of an IlpTableView.

Since:
JTGO 3.5
See Also:
IlpAttribute, IlpTableHeaderRenderer

Method Summary
 int getIndex()
          Returns the column index in a table.
 
Methods inherited from interface ilog.cpl.css.IlpAttributeHeaderCustomization
getBackground, getForeground, getHorizontalAlignment, getIcon, getLabel, getLabelFont, getLabelInsets, getLabelPosition, getLabelSpacing, getPreferredWidth, getSortingMode, getSortingPriority, getToolTipText, getVerticalAlignment, isIconVisible, isLabelVisible, isSortingUsingDisplayValues, isVisible
 

Method Detail

getIndex

int getIndex()
Returns the column index in a table.

See Also:
IlpTableView.getColumnIndex(ilog.cpl.model.IlpAttribute)


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.