ilog.cpl.table
Class IlpTableResizeMode

java.lang.Object
  extended by ilog.util.IlEnum
      extended by ilog.cpl.table.IlpTableResizeMode

public class IlpTableResizeMode
extends IlEnum

This class enumerates the possible resize mode for a table view.

Since:
JTGO 3.0
See Also:
IlpTableView.setAutoResizeMode(ilog.cpl.table.IlpTableResizeMode)

Nested Class Summary
static class IlpTableResizeMode.TableResizeModeArrayEditor
          Static property editor for the IlpTableResizeMode class.
static class IlpTableResizeMode.TableResizeModeEditor
          Static property editor for the IlpTableResizeMode class.
 
Field Summary
static IlpTableResizeMode AUTO_RESIZE_ALL_COLUMNS
          Using this mode, the columns are automatically proportionally resized when a column or the table view is resized.
static IlpTableResizeMode AUTO_RESIZE_LAST_COLUMN
          Using this mode, the last column is automatically resized when a column or the table view is resized.
static IlpTableResizeMode AUTO_RESIZE_OFF
          Using this mode, the columns are not automatically resized in a table view.
static IlEnumInfo metainfo
          Metainformation about resize mode enumeration.
 
Constructor Summary
IlpTableResizeMode()
          Default constructor.
IlpTableResizeMode(String name)
          Constructor
 
Method Summary
 void setName(String name)
          Sets the name of this object.
 
Methods inherited from class ilog.util.IlEnum
getName, intern, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

metainfo

public static final IlEnumInfo metainfo
Metainformation about resize mode enumeration.


AUTO_RESIZE_OFF

public static final IlpTableResizeMode AUTO_RESIZE_OFF
Using this mode, the columns are not automatically resized in a table view.


AUTO_RESIZE_ALL_COLUMNS

public static final IlpTableResizeMode AUTO_RESIZE_ALL_COLUMNS
Using this mode, the columns are automatically proportionally resized when a column or the table view is resized.


AUTO_RESIZE_LAST_COLUMN

public static final IlpTableResizeMode AUTO_RESIZE_LAST_COLUMN
Using this mode, the last column is automatically resized when a column or the table view is resized.

Constructor Detail

IlpTableResizeMode

public IlpTableResizeMode(String name)
Constructor


IlpTableResizeMode

public IlpTableResizeMode()
Default constructor. This constructor is used by CSS styling mechanism and is not meant to be called directly.

Internal method or field: do not use!
Method Detail

setName

public void setName(String name)
Sets the name of this object. This method is used by CSS styling mechanism and is not meant to be called directly.

Overrides:
setName in class IlEnum
Internal method or field: do not use!


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