Interface TethysUIDataEditField.TethysUIRatioEditField
- All Superinterfaces:
OceanusEventRegistrar.OceanusEventProvider<TethysUIEvent>,TethysUIComponent,TethysUIDataEditField<OceanusRatio>,TethysUIDataEditField.TethysUIValidatedEditField<OceanusRatio>,TethysUIDataEditField.TethysUIValidatedField<OceanusRatio>
- Enclosing interface:
TethysUIDataEditField<T>
public static interface TethysUIDataEditField.TethysUIRatioEditField
extends TethysUIDataEditField<OceanusRatio>, TethysUIDataEditField.TethysUIValidatedEditField<OceanusRatio>
RatioTextFieldControl.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.github.tonywasher.joceanus.tethys.api.field.TethysUIDataEditField
TethysUIDataEditField.TethysUICharArrayEditField, TethysUIDataEditField.TethysUICharArrayTextAreaField, TethysUIDataEditField.TethysUIColorButtonField, TethysUIDataEditField.TethysUICurrencyEditField<T extends OceanusMoney>, TethysUIDataEditField.TethysUICurrencyField, TethysUIDataEditField.TethysUIDateButtonField, TethysUIDataEditField.TethysUIIconButtonField<T>, TethysUIDataEditField.TethysUIIntegerEditField, TethysUIDataEditField.TethysUIListButtonField<T extends Comparable<? super T>>, TethysUIDataEditField.TethysUILongEditField, TethysUIDataEditField.TethysUIMoneyEditField, TethysUIDataEditField.TethysUIPriceEditField, TethysUIDataEditField.TethysUIRateEditField, TethysUIDataEditField.TethysUIRatioEditField, TethysUIDataEditField.TethysUIRawDecimalEditField, TethysUIDataEditField.TethysUIRawDecimalField, TethysUIDataEditField.TethysUIScrollButtonField<T>, TethysUIDataEditField.TethysUIShortEditField, TethysUIDataEditField.TethysUIStringEditField, TethysUIDataEditField.TethysUIStringTextAreaField, TethysUIDataEditField.TethysUIUnitsEditField, TethysUIDataEditField.TethysUIValidatedEditField<T>, TethysUIDataEditField.TethysUIValidatedField<T> -
Method Summary
Modifier and TypeMethodDescriptiondefault OceanusRatiogetCastValue(Object pValue) Obtain the cast value.Methods inherited from interface io.github.tonywasher.joceanus.oceanus.event.OceanusEventRegistrar.OceanusEventProvider
getEventRegistrarMethods inherited from interface io.github.tonywasher.joceanus.tethys.api.base.TethysUIComponent
getBorderPadding, getBorderTitle, getId, getNode, getUnderlying, setBorderPadding, setBorderTitle, setEnabled, setVisibleMethods inherited from interface io.github.tonywasher.joceanus.tethys.api.field.TethysUIDataEditField
adjustField, clearTheAttribute, getHeight, getValue, isAttributeSet, isEditable, setCmdMenuConfigurator, setEditable, setPreferredHeight, setPreferredWidth, setTheAttribute, setTheAttributeState, setValue, showCmdButtonMethods inherited from interface io.github.tonywasher.joceanus.tethys.api.field.TethysUIDataEditField.TethysUIValidatedField
setReporter, setValidator
-
Method Details
-
getCastValue
Description copied from interface:TethysUIDataEditFieldObtain the cast value.- Specified by:
getCastValuein interfaceTethysUIDataEditField<OceanusRatio>- Parameters:
pValue- the value as object- Returns:
- the value
-