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
Modifier and Type Method Description java.lang.StringgetComponentId()intgetParentId()UiQueryTypegetUiQueryType()java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
componentId
protected java.lang.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(java.lang.String componentId, int parentId)
-
-
Method Details
-
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()
-