public interface ILayoutDataAlignX extends IPropCnr
Modifier and Type | Field and Description |
---|---|
static int |
ALIGN_X_CENTER
Align X value: center = 2.
|
static int |
ALIGN_X_FILL
Align X value: fill = 4.
|
static int |
ALIGN_X_LEFT
Align X value: left = 1.
|
static String |
ALIGN_X_NAME
The name of the alignment property.
|
static int |
ALIGN_X_RIGHT
Align X value: right = 3.
|
EQC_ERROR_IGNORE_ALL, EQC_ERROR_IGNORE_REFERENCES, EQC_IGNORE_ARRAY, EQC_IGNORE_VOLATILE_OR_EDITOR, EQC_PRIVATE, EQC_SAVE_FILE, EXT_CONTAINER_EXTENDS, EXT_CONTAINER_EXTENDS_VALID, EXT_EXTENDED, EXT_FINAL, EXT_OVERRIDES, EXT_OVERRIDES_FINAL_ERR, EXT_PRIVATE
Modifier and Type | Method and Description |
---|---|
default IntProp |
getAlignPropX()
Returns the alignment property in X.
|
default int |
getAlignX()
Returns the alignment in X.
|
default int |
getDefaultAlignX()
Returns the default alignment value in X.
|
default boolean |
hasFillX()
Returns if the component is filled in X, implicitly or from the alignment value.
|
default int |
setAlignX(int align)
Aligns the component horizontally.
|
default int |
setAlignX(int align,
IComplexOperation op)
Aligns the component horizontally.
|
default void |
verifyAlignX(UIComp comp,
PropVerification verification)
Verifies if the component has implicit horizontal fill alignment and therefore that the align setting
is undefined or matches.
|
addProp, addProp, addProp2, addProp2, canRequestFocus, canRequestFocus, canRequestFocus, containsProp, containsProp, couldRequestFocusIfVirtualized, couldRequestFocusIfVirtualized, couldRequestFocusIfVirtualized, createCopyOfAtom, createUniqueAtom, createUniqueAtom, enablePropCommunication, enablePropHashMap, getAllProps, getAllProps, getAllProps, getAllProps, getAllProps, getAllProps, getAllProps, getAllProps, getBool, getBool, getBool, getBool, getChildPropError, getChildPropError, getChildPropErrorSeverity, getChildPropErrorSeverity, getErrorsProp, getExtendsError, getExtendsName, getExtendsPossibleClasses, getFirstProp, getFirstProp, getFocusEngine, getInt, getInt, getInt, getInt, getLong, getLong, getLong, getLong, getNumber, getNumber, getNumber, getNumber, getPossibleChildren, getProp, getProp, getProp, getProp, getProp, getProp, getProp, getProp, getProp, getPropCnr, getPropCount, getPropIndex, getPropIndex, getPropIndexes, getProps, getProps, getPropValue, getPropValue, getPropValue, getPropValue, getPropValue, getPropValue, getPropValue, getString, getString, getString, getString, hasFocus, initializeExtendsFramework, insertProp, insertProp2, isChild, isExtendsOverriden, isExtendsRoot, isPropAddRemoveAllowed, isPropExtended, isSibling, removeAllProps, removeProp, removeProp, removeProp, removeProp, removeProp, removeProp, removeProp, removeProp2, removeProp2, removeProp2, removeProp2, removeProp2, removeProp2, reorderProps, requestFocus, requestFocusEx, setBool, setBool, setBool, setBool, setExtendsName, setExtendsOverride, setInt, setInt, setInt, setLong, setLong, setLong, setLong, setNumber, setNumber, setNumber, setNumber, setProp, setProp, setProp, setProp2, setProp2, setPropValue, setPropValue, setPropValue, setPropValue, setPropValue, setPropValue, setString, setString, setString, setString, usePropHashMap, usesPropIndex, validateClassInstances
addPropError, addPropListener, dispose, equals, fine, fine, finer, finer, finest, finest, fromElementString, getAppSessionGyro, getAtomPath, getClientSessionGyro, getConstraints, getEnvironment, getErroredPropItems, getErroredProps, getErrorsProp, getExtendsRootContainer, getFullPropName, getFullPropNameDebug, getParent, getParent, getPropAtom, getPropBaseReference, getPropError, getPropError, getPropErrorSeverity, getPropExtendsFlags, getPropFromPath, getPropFromReference, getPropIndex, getPropName, getPropPath, getPropPath, getPropRootPropMgr, getPropTreeErrorSeverity, getPropValue, getPropValue, getReferencePropName, getReferences, getRelativePropName, getRootParent, getTreeLock, getValueClasses, getVSReference, hasChanged, hasPrivateChangeEventProp, hasPropError, hasPropTreeError, info, info, initializeGElement, initializeGProp, isDisposed, isPropChildOf, isPropClientCreated, isPropCommunicating, isPropCreateRequired, isPropExtended, isPropExtendsFinal, isPropExtendsPrivate, isPropExtendsPrivateInRoot, isPropExtendsPrivateInRoot, isPropFile, isPropFolder, isPropNullable, isPropPrivate, isPropReadOnly, isPropReferenceTreeValid, isPropRoot, isPropVirtualized, list, list, list, list, list, mapAliasToReference, mapReferenceToAlias, mapReferenceToProjectRelative, moveProp, moveProp, moveProp, onEvent, onEventSelf, onPropTreeInitialized, onRemoteEvent, removePropError, removePropListener, renameProp, resolveRuntimeReferences, setChanged, setConstraints, setConstraints, setParent, setPrivateChangeEventProp, setPropError, setPropExtendsFinal, setPropExtendsPrivate, setPropNullable, setPropPrivate, setPropReadOnly, setPropValue, setPropValue, severe, severe, severe, toElementString, toNativeValue, triggerRemoteEvent, triggerRemoteEvent, validateProp, validatePropType, validatePropValue, verify, verifyHasPropertyItem, warning, warning, warning
static final String ALIGN_X_NAME
static final int ALIGN_X_LEFT
static final int ALIGN_X_CENTER
static final int ALIGN_X_RIGHT
static final int ALIGN_X_FILL
default IntProp getAlignPropX()
default int setAlignX(int align)
align
- Alignment value:
ALIGN_X_LEFT
(1=left),
ALIGN_X_CENTER
(2=center),
ALIGN_X_RIGHT
(3=right),
ALIGN_X_FILL
(4=fill).ALIGN_X_LEFT
(1=left) or if it has implicit fill, it will be
ALIGN_X_FILL
(4=fill).default int setAlignX(int align, IComplexOperation op)
align
- Alignment value: 1=left, 2=center, 3=right, 4=fill.op
- Complex operation to perform the change, null for testing (align value is ignored).ALIGN_X_LEFT
(1=left) or if it has implicit fill, it will be
ALIGN_X_FILL
(4=fill).default int getDefaultAlignX()
ALIGN_X_LEFT
(1=left) is the default.default int getAlignX()
ALIGN_X_LEFT
(1=left),
ALIGN_X_CENTER
(2=center),
ALIGN_X_RIGHT
(3=right),
ALIGN_X_FILL
(4=fill).default boolean hasFillX()
default void verifyAlignX(UIComp comp, PropVerification verification)
comp
- The component.verification
- The property verification class.iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.