Uses of Class
jaxx.demo.entities.People
-
Uses of People in jaxx.demo.component.jaxx.editor
Fields in 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. doubleListprotected ListToListSelector<People>ListSelectorDemo. listToListSelectorMethods in jaxx.demo.component.jaxx.editor that return types with arguments of type People Modifier and Type Method Description List<People>ListSelectorDemo. getActors(Collection<Movie> movies)BeanComboBox<People>BeanComboBoxDemo. getComboBox()BeanFilterableComboBox<People>BeanFilterableComboBoxDemo. getComboBox()BeanDoubleList<People>BeanDoubleListDemo. getDoubleList()ListToListSelector<People>ListSelectorDemo. getListToListSelector()Methods in jaxx.demo.component.jaxx.editor with parameters of type People Modifier and Type Method Description StringBeanComboBoxDemoHandler. getSelectedResult(People people) -
Uses of People in jaxx.demo.component.jaxx.widgets.select
Fields in jaxx.demo.component.jaxx.widgets.select with type parameters of type People Modifier and Type Field Description protected FilterableDoubleList<People>FilterableDoubleListDemo. doubleListMethods in 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 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 jaxx.demo.entities
Fields in 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 jaxx.demo.entities that return People Modifier and Type Method Description PeopleDemoDataProvider. getPeople(String id)Methods in 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 jaxx.demo.entities with parameters of type People Modifier and Type Method Description voidMovie. addActor(People actor)Method parameters in jaxx.demo.entities with type arguments of type People Modifier and Type Method Description voidMovie. setActors(List<People> actors) -
Uses of People in jaxx.demo.feature.nav.content
Fields in jaxx.demo.feature.nav.content declared as People Modifier and Type Field Description protected PeopleActorContentUI. dataFields in 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 jaxx.demo.feature.nav.content that return People Modifier and Type Method Description PeopleActorContentUI. getData()Methods in 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 jaxx.demo.feature.nav.content with parameters of type People Modifier and Type Method Description voidActorContentUI. setData(People data)Method parameters in 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 jaxx.demo.feature.nav.tree
Methods in 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 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 jaxx.demo.feature.nav.treetable
Methods in 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 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 jaxx.demo.feature.validation.list
Fields in 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 jaxx.demo.feature.validation.list that return People Modifier and Type Method Description PeoplePeopleTableModel. getBean(int row)Methods in 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 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)