Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.javatools.controls.nicetable
Interface NiceTableAutoSizeModel


public interface NiceTableAutoSizeModel

NiceTableAutoSizeModel is an interface for NiceTable models requiring control over automatic column sizing behavior.

See Also:
NiceTable.autoSizeColumnsToFit()

Method Summary
 int getColumnAutoSizeMaximum(int column)
          Gets the maximum automatic size which can be set for the column.

 

Method Detail

getColumnAutoSizeMaximum

int getColumnAutoSizeMaximum(int column)
Gets the maximum automatic size which can be set for the column.
Parameters:
column - the column to get the maximum automatic size of

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.