Class AbstractUiComboBox.LazyChildrenQuery

java.lang.Object
org.teamapps.dto.AbstractUiComboBox.LazyChildrenQuery
All Implemented Interfaces:
UiQuery
Enclosing class:
AbstractUiComboBox

public static class AbstractUiComboBox.LazyChildrenQuery extends Object implements UiQuery
  • Field Details

    • componentId

      protected String componentId
    • parentId

      protected int parentId
  • Constructor Details

    • LazyChildrenQuery

      @Deprecated public LazyChildrenQuery()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • LazyChildrenQuery

      public LazyChildrenQuery(String componentId, int parentId)
  • Method Details