Class PageInfo.TableInfo.Style

java.lang.Object
org.spiderwiz.admin.data.PageInfo.TableInfo.Style
Enclosing class:
PageInfo.TableInfo

public static class PageInfo.TableInfo.Style
extends Object
Helper class for managing HTML styles.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int ALERT
    A bit mask that represents the "alert" CSS class
    static int CENTER
    A bit mask that represents the "center" style.
    static int LEFT
    A bit mask that represents the "left" style.
    static int NONE
    A bit mask that represents no style.
    static int RIGHT
    A bit mask that represents the "right" style.
    static int RTL
    A bit mask that represents the "rtl" style.
  • Constructor Summary

    Constructors 
    Constructor Description
    Style()  
  • Method Summary

    Modifier and Type Method Description
    static int styleHebrew​(String text)
    If the given text is in Hebrew then return the RIGHT+RTL bit mask, otherwise return NONE.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • styleHebrew

      public static int styleHebrew​(String text)
      If the given text is in Hebrew then return the RIGHT+RTL bit mask, otherwise return NONE.
      Parameters:
      text - the given text
      Returns:
      the RIGHT+RTL bit mask for Hebrew text, otherwise return NONE