javax.rad.ui.control
Interface ICellFormat

All Superinterfaces:
IResource
All Known Implementing Classes:
SwingCellFormat, UICellFormat

public interface ICellFormat
extends IResource

Platform and technology independent CellFormat definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .


Method Summary
 IColor getBackground()
          Gets the background IColor.
 IFont getFont()
          Gets the IFont.
 IColor getForeground()
          Gets the foreground IColor.
 IImage getImage()
          Gets the IImage.
 int getLeftIndent()
          Gets the left indentation value.
 Style getStyle()
          Gets the style definition.
 
Methods inherited from interface javax.rad.ui.IResource
getResource
 

Method Detail

getBackground

IColor getBackground()
Gets the background IColor.

Returns:
the background IColor.

getForeground

IColor getForeground()
Gets the foreground IColor.

Returns:
the foreground IColor.

getFont

IFont getFont()
Gets the IFont.

Returns:
the IFont.

getImage

IImage getImage()
Gets the IImage.

Returns:
the IImage.

getStyle

Style getStyle()
Gets the style definition.

Returns:
the style definition.

getLeftIndent

int getLeftIndent()
Gets the left indentation value.

Returns:
the left indentation value.


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.