类 CssBoxProperties

java.lang.Object
com.publiccms.test.framework.validator.CssBoxProperties
所有已实现的接口:
Serializable

class CssBoxProperties extends Object implements Serializable
  • 字段详细资料

    • REG_INPUT_COLOR_HEX

      public static final String REG_INPUT_COLOR_HEX
      另请参阅:
    • REG_INPUT_COLOR_RGB

      public static final String REG_INPUT_COLOR_RGB
      另请参阅:
    • REG_INPUT_COLOR_HSL

      public static final String REG_INPUT_COLOR_HSL
      另请参阅:
    • REG_INPUT_COLOR

      public static final String REG_INPUT_COLOR
      另请参阅:
    • REG_INPUT_BORDER_STYLE

      public static final String REG_INPUT_BORDER_STYLE
      另请参阅:
    • REG_INPUT_BORDER_WIDTH

      public static final String REG_INPUT_BORDER_WIDTH
      另请参阅:
    • REG_INPUT_LENGTH

      public static final String REG_INPUT_LENGTH
      另请参阅:
    • REG_INPUT

      public static final String REG_INPUT
      另请参阅:
    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • top

      @Pattern(regexp="#\\w+|rgba?\\s*\\(\\d+\\s*,\\s*\\d+\\s*,\\s*\\d+\\s*(,\\s*\\d?(\\.\\d+)?)?\\s*\\)|hsla?\\s*\\(\\d+\\s*,\\s*\\d+%\\s*,\\s*\\d+\\s*%(,\\s*\\d?(\\.\\d+)?)?\\s*\\)|\\w+|none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset|inherit|thin|medium|thick|auto|^\\d+(\\.\\d+)?(cm|px|em|ex|mm|in|pt|pc|vh|vw|vmin|vmax|ch|rem|%)?") private @Pattern(regexp="#\\w+|rgba?\\s*\\(\\d+\\s*,\\s*\\d+\\s*,\\s*\\d+\\s*(,\\s*\\d?(\\.\\d+)?)?\\s*\\)|hsla?\\s*\\(\\d+\\s*,\\s*\\d+%\\s*,\\s*\\d+\\s*%(,\\s*\\d?(\\.\\d+)?)?\\s*\\)|\\w+|none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset|inherit|thin|medium|thick|auto|^\\d+(\\.\\d+)?(cm|px|em|ex|mm|in|pt|pc|vh|vw|vmin|vmax|ch|rem|%)?") String top
    • bottom

      @Pattern(regexp="#\\w+|rgba?\\s*\\(\\d+\\s*,\\s*\\d+\\s*,\\s*\\d+\\s*(,\\s*\\d?(\\.\\d+)?)?\\s*\\)|hsla?\\s*\\(\\d+\\s*,\\s*\\d+%\\s*,\\s*\\d+\\s*%(,\\s*\\d?(\\.\\d+)?)?\\s*\\)|\\w+|none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset|inherit|thin|medium|thick|auto|^\\d+(\\.\\d+)?(cm|px|em|ex|mm|in|pt|pc|vh|vw|vmin|vmax|ch|rem|%)?") private @Pattern(regexp="#\\w+|rgba?\\s*\\(\\d+\\s*,\\s*\\d+\\s*,\\s*\\d+\\s*(,\\s*\\d?(\\.\\d+)?)?\\s*\\)|hsla?\\s*\\(\\d+\\s*,\\s*\\d+%\\s*,\\s*\\d+\\s*%(,\\s*\\d?(\\.\\d+)?)?\\s*\\)|\\w+|none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset|inherit|thin|medium|thick|auto|^\\d+(\\.\\d+)?(cm|px|em|ex|mm|in|pt|pc|vh|vw|vmin|vmax|ch|rem|%)?") String bottom
    • left

      @Pattern(regexp="#\\w+|rgba?\\s*\\(\\d+\\s*,\\s*\\d+\\s*,\\s*\\d+\\s*(,\\s*\\d?(\\.\\d+)?)?\\s*\\)|hsla?\\s*\\(\\d+\\s*,\\s*\\d+%\\s*,\\s*\\d+\\s*%(,\\s*\\d?(\\.\\d+)?)?\\s*\\)|\\w+|none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset|inherit|thin|medium|thick|auto|^\\d+(\\.\\d+)?(cm|px|em|ex|mm|in|pt|pc|vh|vw|vmin|vmax|ch|rem|%)?") private @Pattern(regexp="#\\w+|rgba?\\s*\\(\\d+\\s*,\\s*\\d+\\s*,\\s*\\d+\\s*(,\\s*\\d?(\\.\\d+)?)?\\s*\\)|hsla?\\s*\\(\\d+\\s*,\\s*\\d+%\\s*,\\s*\\d+\\s*%(,\\s*\\d?(\\.\\d+)?)?\\s*\\)|\\w+|none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset|inherit|thin|medium|thick|auto|^\\d+(\\.\\d+)?(cm|px|em|ex|mm|in|pt|pc|vh|vw|vmin|vmax|ch|rem|%)?") String left
  • 构造器详细资料

    • CssBoxProperties

      public CssBoxProperties()
    • CssBoxProperties

      public CssBoxProperties(String topBottomLeftRight)
    • CssBoxProperties

      public CssBoxProperties(String topBottom, String leftRight)
    • CssBoxProperties

      public CssBoxProperties(String top, String leftRight, String bottom)
    • CssBoxProperties

      public CssBoxProperties(String top, String right, String bottom, String left)
  • 方法详细资料

    • isEmpty

      public boolean isEmpty()
    • isAllSame

      public boolean isAllSame()
    • isSame2

      public boolean isSame2()
    • isSame3

      public boolean isSame3()
    • getTop

      public String getTop()
      返回:
      the top
    • setTop

      public void setTop(String top)
      参数:
      top - the top to set
    • getRight

      public String getRight()
      返回:
      the right
    • setRight

      public void setRight(String right)
      参数:
      right - the right to set
    • getBottom

      public String getBottom()
      返回:
      the bottom
    • setBottom

      public void setBottom(String bottom)
      参数:
      bottom - the bottom to set
    • getLeft

      public String getLeft()
      返回:
      the left
    • setLeft

      public void setLeft(String left)
      参数:
      left - the left to set