net.sourceforge.fixagora.basis.client.view.component
Interface FieldInterface

All Known Implementing Classes:
AbstractDateSpinner, AbstractDateTextField, AbstractSpinner, AbstractTextField, ButtonField, CheckboxField, ComboBoxField, DateChooser, DateTextField, DaySpinner, HourSpinner, MinuteSpinner, MonthSpinner, NumberSpinner, NumberTextField, PlainTextField, TimeTextField

public interface FieldInterface

The Interface FieldInterface.


Method Summary
 java.lang.Object getValue()
          Gets the value.
 void setBackground(java.awt.Color color)
          Sets the background.
 void setBold(boolean bold)
          Sets the bold.
 void setBorder(javax.swing.border.Border border)
          Sets the border.
 void setForeground(java.awt.Color fadeoutColor)
          Sets the foreground.
 void setHighLightColor(java.awt.Color color)
          Sets the high light color.
 void setSpreadSheetCellFormat(SpreadSheetCellFormat spreadSheetCellFormat)
          Sets the spread sheet cell format.
 void setValue(java.lang.Object value)
          Sets the value.
 

Method Detail

setBorder

void setBorder(javax.swing.border.Border border)
Sets the border.

Parameters:
border - the new border

setBold

void setBold(boolean bold)
Sets the bold.

Parameters:
bold - the new bold

setHighLightColor

void setHighLightColor(java.awt.Color color)
Sets the high light color.

Parameters:
color - the new high light color

setSpreadSheetCellFormat

void setSpreadSheetCellFormat(SpreadSheetCellFormat spreadSheetCellFormat)
Sets the spread sheet cell format.

Parameters:
spreadSheetCellFormat - the new spread sheet cell format

setBackground

void setBackground(java.awt.Color color)
Sets the background.

Parameters:
color - the new background

setValue

void setValue(java.lang.Object value)
Sets the value.

Parameters:
value - the new value

getValue

java.lang.Object getValue()
Gets the value.

Returns:
the value

setForeground

void setForeground(java.awt.Color fadeoutColor)
Sets the foreground.

Parameters:
fadeoutColor - the new foreground