| javax.swing.JPanel org.openharmonise.him.metadata.range.swing.AbstractRangeDisplay
All known Subclasses: org.openharmonise.him.metadata.range.swing.relatedevents.RelatedEventApproxDate, org.openharmonise.him.metadata.range.swing.datehandling.DateValuePanel, org.openharmonise.him.metadata.range.swing.integerhandling.IntegerRangeDisplay, org.openharmonise.him.metadata.range.swing.datetimehandling.DateTimeRangeDisplay, org.openharmonise.him.metadata.range.swing.range.RangeRangeDisplay, org.openharmonise.him.metadata.range.swing.integerhandling.IntegerValuePanel, org.openharmonise.him.metadata.range.swing.stringhandling.StringValuePanel, org.openharmonise.him.metadata.range.swing.propertyhandling.PropertyValuePanel, org.openharmonise.him.metadata.range.swing.relatedevents.RelatedEventValueDisplay, org.openharmonise.him.metadata.range.swing.valuehandling.ValueRangeDisplay, org.openharmonise.him.metadata.range.swing.stringhandling.StringRangeDisplay, org.openharmonise.him.metadata.range.swing.floathandling.FloatValuePanel, org.openharmonise.him.metadata.range.swing.relatedevents.RelatedEventRangeDisplay, org.openharmonise.him.metadata.range.swing.booleanhandling.BooleanRangeDisplay, org.openharmonise.him.metadata.range.swing.datetimehandling.DateTimeValuePanel, org.openharmonise.him.metadata.range.swing.booleanhandling.BooleanValuePanel, org.openharmonise.him.metadata.range.swing.workflow.WorkflowRangeDisplay, org.openharmonise.him.metadata.range.swing.propertyhandling.PropertyRangeDisplay, org.openharmonise.him.metadata.range.swing.floathandling.FloatRangeDisplay, org.openharmonise.him.metadata.range.swing.domain.DomainRangeDisplay, org.openharmonise.him.metadata.range.swing.relatedevents.RelatedEventDate, org.openharmonise.him.metadata.range.swing.stringreadonlyhandling.StringReadOnlyRangeDisplay, org.openharmonise.him.metadata.range.swing.datehandling.DateRangeDisplay, org.openharmonise.him.metadata.range.swing.rolehandling.RoleRangeDisplay, org.openharmonise.him.metadata.range.swing.resourcehandling.ResourceRangeDisplay,
Method Summary | |
public PropertyInstance | getPropertyInstance() Returns the property instance that this component is
displaying. | abstract public boolean | isMetadataValid() Checks if the values entered into this component validate
against the range rules for the property instance which
this component is displaying. | public boolean | isReadOnly() Checks if this component is read only. | public boolean | isResizeWidthEnabled() Checks if this component is resizable. | public void | setEnabled(boolean bEnabled) | public void | setReadOnly(boolean bReadOnly) Sets whether this component should be read only, i.e. | protected void | validateTab() Tells the tab that this component is in to validate itself. |
AbstractRangeDisplay | public AbstractRangeDisplay(PropertyInstance propInstance)(Code) | | Constructs a new Range Display.
Parameters: propInstance - Property instance that this component is to display |
getPropertyInstance | public PropertyInstance getPropertyInstance()(Code) | | Returns the property instance that this component is
displaying.
Property instance this component is displaying |
isMetadataValid | abstract public boolean isMetadataValid()(Code) | | Checks if the values entered into this component validate
against the range rules for the property instance which
this component is displaying.
true if the value are valid against the range rules |
isReadOnly | public boolean isReadOnly()(Code) | | Checks if this component is read only.
true if this component is read only |
isResizeWidthEnabled | public boolean isResizeWidthEnabled()(Code) | | Checks if this component is resizable.
true if this component is resizable |
setEnabled | public void setEnabled(boolean bEnabled)(Code) | | |
setReadOnly | public void setReadOnly(boolean bReadOnly)(Code) | | Sets whether this component should be read only, i.e. disabled.
Parameters: bReadOnly - true to make this component read only |
validateTab | protected void validateTab()(Code) | | Tells the tab that this component is in to validate itself.
|
|
|