Class IdTextSelection.IdTextLine

java.lang.Object
org.eclnt.jsfserver.elements.impl.FIXGRIDItem
org.eclnt.jsfserver.defaultscreens.IdTextSelection.IdTextLine
All Implemented Interfaces:
Serializable, IFIXGRIDItem
Enclosing class:
IdTextSelection

public static class IdTextSelection.IdTextLine extends FIXGRIDItem implements Serializable
Representation of one selectable value line.
See Also:
  • Constructor Details

  • Method Details

    • getId

      public String getId()
    • getText

      public String getText()
    • getImage

      public String getImage()
    • setBgpaint

      public void setBgpaint(String value)
    • getBgpaint

      public String getBgpaint()
    • getSelectable

      public boolean getSelectable()
    • setSelectable

      public void setSelectable(boolean selectable)
    • onRowExecute

      public void onRowExecute()
      Description copied from class: FIXGRIDItem
      Reaction on row executions in the client (double click, return key selection).
      Specified by:
      onRowExecute in interface IFIXGRIDItem
      Overrides:
      onRowExecute in class FIXGRIDItem