Class CheckCellHead

  • All Implemented Interfaces:
    com.google.gwt.cell.client.Cell<Boolean>

    public class CheckCellHead
    extends com.google.gwt.cell.client.AbstractCell<Boolean>
    Author:
    Giancarlo Panichi
    • Constructor Detail

      • CheckCellHead

        public CheckCellHead()
    • Method Detail

      • render

        public void render​(com.google.gwt.cell.client.Cell.Context context,
                           Boolean value,
                           com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
        Specified by:
        render in interface com.google.gwt.cell.client.Cell<Boolean>
        Specified by:
        render in class com.google.gwt.cell.client.AbstractCell<Boolean>
      • isIsSelected

        public Boolean isIsSelected()
      • setIsSelected

        public void setIsSelected​(Boolean isSelected)