org.drools.ide.common.client.modeldriven.dt
Class DTColumnConfig

java.lang.Object
  extended by org.drools.ide.common.client.modeldriven.dt.DTColumnConfig
All Implemented Interfaces:
Serializable, PortableObject
Direct Known Subclasses:
ActionCol, AttributeCol, ConditionCol, MetadataCol

Deprecated.

@Deprecated
public class DTColumnConfig
extends Object
implements PortableObject

See Also:
Serialized Form

Field Summary
 String defaultValue
          Deprecated. For a default value !
 boolean hideColumn
          Deprecated. to hide the column (eg if it has a mandatory default).
 boolean reverseOrder
          Deprecated. to use the reverse order of the row number as the salience attribute.
 boolean useRowNumber
          Deprecated. to use the row number as number for the salience attribute.
 int width
          Deprecated. If this is not -1, then this is the width which will be displayed.
 
Constructor Summary
DTColumnConfig()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

public int width
Deprecated. 
If this is not -1, then this is the width which will be displayed.


defaultValue

public String defaultValue
Deprecated. 
For a default value ! Will still be in the array of course, just use this value if its empty.


hideColumn

public boolean hideColumn
Deprecated. 
to hide the column (eg if it has a mandatory default).


useRowNumber

public boolean useRowNumber
Deprecated. 
to use the row number as number for the salience attribute.


reverseOrder

public boolean reverseOrder
Deprecated. 
to use the reverse order of the row number as the salience attribute.

Constructor Detail

DTColumnConfig

public DTColumnConfig()
Deprecated. 


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.