Class Box

  • All Implemented Interfaces:
    Action

    public class Box
    extends AbstractAction
    Generates a box that has a caption and a border enclosing other tags.
    Author:
    tomyeh
    • Constructor Detail

      • Box

        public Box()
    • Method Detail

      • getAlign

        public java.lang.String getAlign()
        Returns the horizontal alignment. Default: null.
      • setAlign

        public void setAlign​(java.lang.String align)
        Sets the horizontal alignment.
      • getColor

        public java.lang.String getColor()
        Returns the color. Default: black.
      • setColor

        public void setColor​(java.lang.String color)
        Sets the color.

        You might use any string that HTML supports.

      • isShadow

        public boolean isShadow()
        Returns whether this box has the shadow effect. Default: false.
      • setShadow

        public void setShadow​(boolean shadow)
        Sets whether this box has the shadow effect.
      • getSpacing

        public java.lang.String getSpacing()
        Returns the spacing. Default: 3.
      • setSpacing

        public void setSpacing​(java.lang.String spacing)
        Sets the spacing.
      • getWidth

        public java.lang.String getWidth()
        Returns the width. Default: 100%.
      • setWidth

        public void setWidth​(java.lang.String width)
        Sets the width.
      • getCaption

        public java.lang.String getCaption()
        Returns the caption. Default: null (no caption at all).
      • setCaption

        public void setCaption​(java.lang.String caption)
        Sets the caption.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object