org.drools.ide.common.client.modeldriven.dt52
Interface BaseColumn

All Known Subinterfaces:
BRLColumn<T,C>, CompositeColumn<C>
All Known Implementing Classes:
ActionCol52, ActionInsertFactCol52, ActionRetractFactCol52, ActionSetFieldCol52, ActionWorkItemCol52, ActionWorkItemInsertFactCol52, ActionWorkItemSetFieldCol52, AnalysisCol52, AttributeCol52, BRLActionColumn, BRLActionVariableColumn, BRLConditionColumn, BRLConditionVariableColumn, ConditionCol52, DescriptionCol52, DTColumnConfig52, LimitedEntryActionInsertFactCol52, LimitedEntryActionRetractFactCol52, LimitedEntryActionSetFieldCol52, LimitedEntryBRLActionColumn, LimitedEntryBRLConditionColumn, LimitedEntryConditionCol52, MetadataCol52, Pattern52, RowNumberCol52

public interface BaseColumn

A base column


Method Summary
 DTCellValue52 getDefaultValue()
           
 String getHeader()
           
 int getWidth()
           
 boolean isHideColumn()
           
 void setDefaultValue(DTCellValue52 defaultValue)
           
 void setHeader(String header)
           
 void setHideColumn(boolean hideColumn)
           
 void setWidth(int width)
           
 

Method Detail

getHeader

String getHeader()

setHeader

void setHeader(String header)

isHideColumn

boolean isHideColumn()

setHideColumn

void setHideColumn(boolean hideColumn)

getWidth

int getWidth()

setWidth

void setWidth(int width)

getDefaultValue

DTCellValue52 getDefaultValue()

setDefaultValue

void setDefaultValue(DTCellValue52 defaultValue)


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