| java.lang.Object org.millstone.base.ui.CustomComponent org.millstone.examples.features.Feature
All known Subclasses: org.millstone.examples.features.FeatureGridLayout, org.millstone.examples.features.FeatureLabel, org.millstone.examples.features.FeatureProperties, org.millstone.examples.features.FeatureTabSheet, org.millstone.examples.features.FeatureEmbedded, org.millstone.examples.features.FeatureForm, org.millstone.examples.features.FeatureTree, org.millstone.examples.features.FeatureItems, org.millstone.examples.features.FeatureServerEvents, org.millstone.examples.features.FeatureTextField, org.millstone.examples.features.FeatureWindow, org.millstone.examples.features.FeatureTable, org.millstone.examples.features.FeatureCustomLayout, org.millstone.examples.features.UIComponents, org.millstone.examples.features.FeatureBuffering, org.millstone.examples.features.FeatureParameters, org.millstone.examples.features.FeatureContainers, org.millstone.examples.features.FeatureValidators, org.millstone.examples.features.FeatureLink, org.millstone.examples.features.FeatureFrameWindow, org.millstone.examples.features.FeatureDateField, org.millstone.examples.features.FeatureUpload, org.millstone.examples.features.FeatureOrderedLayout, org.millstone.examples.features.FeatureButton, org.millstone.examples.features.FeaturePanel, org.millstone.examples.features.FeatureSelect,
Constructor Summary | |
public | Feature() |
Feature | public Feature()(Code) | | Constuctor for the feature component
|
attach | public void attach()(Code) | | Feature component initialization is lazily done when the
feature is attached to application
|
getDemoComponent | protected Component getDemoComponent()(Code) | | Get the feature demo component
|
getDescriptionXHTML | protected String getDescriptionXHTML()(Code) | | Get the desctiption of the feature as XHTML fragment
|
getExampleSrc | protected String getExampleSrc()(Code) | | Get the example application source code
|
getImage | protected String getImage()(Code) | | Get the name of the image file that will be put on description page
|
getSampleIcon | protected Resource getSampleIcon()(Code) | | Get sample icon resource
|
getTitle | protected String getTitle()(Code) | | Get the title of the feature
|
|
|