Uses of Class
org.nuiton.jaxx.demo.entities.People
-
-
Uses of People in org.nuiton.jaxx.demo.component.jaxx.editor
Fields in org.nuiton.jaxx.demo.component.jaxx.editor with type parameters of type People Modifier and Type Field Description protected BeanComboBox<People>BeanComboBoxDemo. comboBoxprotected BeanFilterableComboBox<People>BeanFilterableComboBoxDemo. comboBoxprotected BeanDoubleList<People>BeanDoubleListDemo. doubleListMethods in org.nuiton.jaxx.demo.component.jaxx.editor that return types with arguments of type People Modifier and Type Method Description BeanComboBox<People>BeanComboBoxDemo. getComboBox()BeanFilterableComboBox<People>BeanFilterableComboBoxDemo. getComboBox()BeanDoubleList<People>BeanDoubleListDemo. getDoubleList()Methods in org.nuiton.jaxx.demo.component.jaxx.editor with parameters of type People Modifier and Type Method Description StringBeanComboBoxDemoHandler. getSelectedResult(People people) -
Uses of People in org.nuiton.jaxx.demo.component.jaxx.widgets.select
Fields in org.nuiton.jaxx.demo.component.jaxx.widgets.select with type parameters of type People Modifier and Type Field Description protected FilterableDoubleList<People>FilterableDoubleListDemo. doubleListMethods in org.nuiton.jaxx.demo.component.jaxx.widgets.select that return types with arguments of type People Modifier and Type Method Description FilterableDoubleList<People>FilterableDoubleListDemo. getDoubleList()List<People>FilterableDoubleListDemoModel. getSelected()Method parameters in org.nuiton.jaxx.demo.component.jaxx.widgets.select with type arguments of type People Modifier and Type Method Description voidFilterableDoubleListDemoModel. setSelected(List<People> selected)StringFilterableDoubleListDemoHandler. updateResultText(List<People> selected) -
Uses of People in org.nuiton.jaxx.demo.entities
Fields in org.nuiton.jaxx.demo.entities with type parameters of type People Modifier and Type Field Description protected List<People>Movie. actorsprotected Map<String,People>DemoDataProvider. peoplesMethods in org.nuiton.jaxx.demo.entities that return People Modifier and Type Method Description PeopleDemoDataProvider. getPeople(String id)Methods in org.nuiton.jaxx.demo.entities that return types with arguments of type People Modifier and Type Method Description List<People>Movie. getActors()List<People>DemoDataProvider. getPeoples()List<People>DemoDataProvider. getPeoples(String moviesId)List<People>DemoDataProvider. getPeoples(Movie m)Methods in org.nuiton.jaxx.demo.entities with parameters of type People Modifier and Type Method Description voidMovie. addActor(People actor)StringPeopleDecoratorDefinition. decorateContext(Locale locale, io.ultreia.java4all.decoration.DecoratorRenderer<People> renderer, People source, int index)Method parameters in org.nuiton.jaxx.demo.entities with type arguments of type People Modifier and Type Method Description StringPeopleDecoratorDefinition. decorateContext(Locale locale, io.ultreia.java4all.decoration.DecoratorRenderer<People> renderer, People source, int index)voidMovie. setActors(List<People> actors) -
Uses of People in org.nuiton.jaxx.demo.feature.nav.content
Fields in org.nuiton.jaxx.demo.feature.nav.content declared as People Modifier and Type Field Description protected PeopleActorContentUI. dataFields in org.nuiton.jaxx.demo.feature.nav.content with type parameters of type People Modifier and Type Field Description protected List<People>ActorsContentUI. dataprotected BeanListHeader<People>ActorsContentUI. listHeaderMethods in org.nuiton.jaxx.demo.feature.nav.content that return People Modifier and Type Method Description PeopleActorContentUI. getData()Methods in org.nuiton.jaxx.demo.feature.nav.content that return types with arguments of type People Modifier and Type Method Description List<People>ActorsContentUI. getData()BeanListHeader<People>ActorsContentUI. getListHeader()Methods in org.nuiton.jaxx.demo.feature.nav.content with parameters of type People Modifier and Type Method Description voidActorContentUI. setData(People data)Method parameters in org.nuiton.jaxx.demo.feature.nav.content with type arguments of type People Modifier and Type Method Description voidActorsContentUI. setData(List<People> data) -
Uses of People in org.nuiton.jaxx.demo.feature.nav.tree
Methods in org.nuiton.jaxx.demo.feature.nav.tree that return types with arguments of type People Modifier and Type Method Description List<People>ActorsTreeNodeLoador. getData(Class<?> parentClass, String moviesId, NavDataProvider dataProvider)Methods in org.nuiton.jaxx.demo.feature.nav.tree with parameters of type People Modifier and Type Method Description NavDemoTreeNodeActorsTreeNodeLoador. createNode(People data, NavDataProvider dataProvider) -
Uses of People in org.nuiton.jaxx.demo.feature.nav.treetable
Methods in org.nuiton.jaxx.demo.feature.nav.treetable that return types with arguments of type People Modifier and Type Method Description List<People>ActorsTreeTableNodeLoador. getData(Class<?> parentClass, String moviesId, NavDataProvider dataProvider)Methods in org.nuiton.jaxx.demo.feature.nav.treetable with parameters of type People Modifier and Type Method Description NavDemoTreeTableNodeActorsTreeTableNodeLoador. createNode(People data, NavDataProvider dataProvider)protected StringNavDemoTreeTableModel. getPeopleColumn(People people, int i) -
Uses of People in org.nuiton.jaxx.demo.feature.validation.list
Fields in org.nuiton.jaxx.demo.feature.validation.list with type parameters of type People Modifier and Type Field Description protected org.nuiton.validator.bean.list.BeanListValidator<People>ListBeanValidationDemo. validatorMethods in org.nuiton.jaxx.demo.feature.validation.list that return People Modifier and Type Method Description PeoplePeopleTableModel. getBean(int row)Methods in org.nuiton.jaxx.demo.feature.validation.list that return types with arguments of type People Modifier and Type Method Description org.nuiton.validator.bean.list.BeanListValidator<People>ListBeanValidationDemo. getValidator()Methods in org.nuiton.jaxx.demo.feature.validation.list with parameters of type People Modifier and Type Method Description voidPeopleTableModel. addBean(People bean)voidListBeanValidationDemoHandler. addPeople(People bean)intPeopleTableModel. getBeanIndex(People bean)org.apache.commons.lang3.tuple.Pair<Integer,Integer>PeopleTableModel. getCell(People bean, String fieldName)
-