Class ARRAYGRIDItem

java.lang.Object
org.eclnt.jsfserver.elements.impl.FIXGRIDItem
org.eclnt.jsfserver.elements.impl.ARRAYGRIDItem
All Implemented Interfaces:
Serializable, IFIXGRIDItem

public class ARRAYGRIDItem extends FIXGRIDItem
See Also:
  • Constructor Details

    • ARRAYGRIDItem

      public ARRAYGRIDItem()
  • Method Details

    • setValues

      public void setValues(Object[] values)
    • getValues

      public Object[] getValues()
    • getBackgrounds

      public String[] getBackgrounds()
    • setBackgrounds

      public void setBackgrounds(String[] backgrounds)
    • getBgpaints

      public String[] getBgpaints()
    • setBgpaints

      public void setBgpaints(String[] bgpaints)
    • getForegrounds

      public String[] getForegrounds()
    • setForegrounds

      public void setForegrounds(String[] foregrounds)
    • getFonts

      public String[] getFonts()
    • setFonts

      public void setFonts(String[] fonts)
    • getImages

      public String[] getImages()
    • setImages

      public void setImages(String[] images)
    • getTooltips

      public String[] getTooltips()
    • setTooltips

      public void setTooltips(String[] tooltips)
    • createMULTILABELBinding

      public MULTILABELBinding createMULTILABELBinding(ARRAYGRIDListBinding gridBinding)
      Converts the item text data into a format that is suitable for the MULTILABEL component.
    • updateTextInfoByApplication

      protected void updateTextInfoByApplication(MULTILABELBinding.TextInfo textInfo, Object value, String format, String formatmask, String timezone)