echoxul.component
Interface XulBoxConstants
- All Known Implementing Classes:
- XulBox
- public interface XulBoxConstants
Constants for use in specifying XUL box properties
BOXALIGN_STRETCH
public static final int BOXALIGN_STRETCH
- Default value for XulBox.BoxAlign property.
- See Also:
- Constant Field Values
BOXALIGN_START
public static final int BOXALIGN_START
- See Also:
- Constant Field Values
BOXALIGN_END
public static final int BOXALIGN_END
- See Also:
- Constant Field Values
BOXALIGN_CENTER
public static final int BOXALIGN_CENTER
- See Also:
- Constant Field Values
BOXALIGN_BASELINE
public static final int BOXALIGN_BASELINE
- See Also:
- Constant Field Values
BOXORIENT_INLINE_AXIS
public static final int BOXORIENT_INLINE_AXIS
- See Also:
- Constant Field Values
BOXORIENT_HORIZONTAL
public static final int BOXORIENT_HORIZONTAL
- See Also:
- Constant Field Values
BOXORIENT_VERTICAL
public static final int BOXORIENT_VERTICAL
- See Also:
- Constant Field Values
BOXORIENT_BLOCK_AXIS
public static final int BOXORIENT_BLOCK_AXIS
- See Also:
- Constant Field Values
BOXPACK_START
public static final int BOXPACK_START
- See Also:
- Constant Field Values
BOXPACK_END
public static final int BOXPACK_END
- See Also:
- Constant Field Values
BOXPACK_CENTER
public static final int BOXPACK_CENTER
- See Also:
- Constant Field Values
BOXPACK_JUSTIFY
public static final int BOXPACK_JUSTIFY
- See Also:
- Constant Field Values
BOXDIRECTION_NORMAL
public static final int BOXDIRECTION_NORMAL
- See Also:
- Constant Field Values
BOXDIRECTION_REVERSE
public static final int BOXDIRECTION_REVERSE
- See Also:
- Constant Field Values
Copyright © 2004 Terry Laurenzo. All Rights Reserved.