Uses of Class
io.john.amiscaray.stir.annotation.ChildList
Package | Description |
---|---|
io.john.amiscaray.stir.domain.elements |
-
Uses of ChildList in io.john.amiscaray.stir.domain.elements
Fields in io.john.amiscaray.stir.domain.elements with annotations of type ChildList Modifier and Type Field Description protected List<T>
AbstractElementContainer. children
private List<Input>
Form. fields
The input fields within the formprotected List<ListItem>
AbstractListElement. listItems
The inner list items of the listprivate List<NavLink>
NavLinkList. navLinks
The innernav links
private List<Option>
Select. options
The inner options of the select element