Package org.teamapps.dto
Class UiComboBox.LazyChildrenQuery
- java.lang.Object
-
- org.teamapps.dto.UiComboBox.LazyChildrenQuery
-
- All Implemented Interfaces:
UiQuery
- Enclosing class:
- UiComboBox
public static class UiComboBox.LazyChildrenQuery extends java.lang.Object implements UiQuery
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected intparentId
-
Constructor Summary
Constructors Constructor Description LazyChildrenQuery()Deprecated.Only for Jackson deserialization.LazyChildrenQuery(java.lang.String componentId, int parentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComponentId()intgetParentId()UiQueryTypegetUiQueryType()java.lang.StringtoString()
-
-
-
Method Detail
-
getUiQueryType
public UiQueryType getUiQueryType()
- Specified by:
getUiQueryTypein interfaceUiQuery
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()
- Specified by:
getComponentIdin interfaceUiQuery
-
getParentId
public int getParentId()
-
-