[]
        
(Showing Draft Content)

ICellLinkControlT

Interface ICellLinkControlT

All Superinterfaces:
ICellLinkControl, IControl
All Known Subinterfaces:
ICheckBox, IDropDown, IListBox, IOptionButton, IRangeBase, IScrollBar, ISelector, ISelectorT<T,TCollection>, ISpinner

public interface ICellLinkControlT<T> extends ICellLinkControl
Common members of controls that have CellLink property.
  • Method Details

    • getValue

      T getValue()
      The value that is used to bind ICellLinkControl.LinkedCell.

      The actual meaning of this property depends on the IControl.FormControlType of the current control.

      Returns:
      The value of type T used to bind the linked cell.
    • setValue

      void setValue(T value)
      The value that is used to bind ICellLinkControl.LinkedCell.

      The actual meaning of this property depends on the IControl.FormControlType of the current control.

      Parameters:
      value - the new value.