org.rcfaces.core.component.capability
Interface IBorderTypeCapability
- All Known Subinterfaces:
- IImageButtonFamilly
- All Known Implementing Classes:
- ComponentsListComponent, CustomButtonComponent, DateChooserComponent, FieldSetComponent, HelpButtonComponent, ImageButtonComponent, ImageCheckButtonComponent, ImageComboComponent, ImagePagerButtonComponent, ImageRadioButtonComponent, ImageResetButtonComponent, ImageSubmitButtonComponent, ItemsListComponent, ItemsToolFolderComponent, MessageFieldSetComponent, TextEditorImageButtonComponent, TextEditorToolFolderComponent, ToolBarComponent, ToolFolderComponent, ToolItemComponent
public interface IBorderTypeCapability
A string that indicates the type of border the component should show.
- Version:
- $Revision: 1.18 $ $Date: 2011/06/16 09:29:40 $
- Author:
- Olivier Oeuillot (latest modification by $Author: jbmeslin $)
|
Method Summary |
String |
getBorderType()
Returns a string that indicates the type of border the component should
show. |
void |
setBorderType(String borderType)
Sets a string that indicates the type of border the component should
show. |
NONE_BORDER_TYPE_NAME
static final String NONE_BORDER_TYPE_NAME
- See Also:
- Constant Field Values
getBorderType
String getBorderType()
- Returns a string that indicates the type of border the component should
show.
- Returns:
- none|solid|relief|flat|rounded
setBorderType
void setBorderType(String borderType)
- Sets a string that indicates the type of border the component should
show.
- Parameters:
borderType - none|solid|relief|flat|rounded
Copyright © 2006-2011 Vedana. All Rights Reserved.