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 java.util.List<People>ListSelectorDemo. getActors(java.util.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 java.lang.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()java.util.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(java.util.List<People> selected)java.lang.StringFilterableDoubleListDemoHandler. updateResultText(java.util.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 java.util.List<People>Movie. actorsprotected java.util.Map<java.lang.String,People>DemoDataProvider. peoplesMethods in jaxx.demo.entities that return People Modifier and Type Method Description PeopleDemoDataProvider. getPeople(java.lang.String id)Methods in jaxx.demo.entities that return types with arguments of type People Modifier and Type Method Description java.util.List<People>Movie. getActors()java.util.List<People>DemoDataProvider. getPeoples()java.util.List<People>DemoDataProvider. getPeoples(java.lang.String moviesId)java.util.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(java.util.List<People> actors) -
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<java.lang.Integer,java.lang.Integer>PeopleTableModel. getCell(People bean, java.lang.String fieldName)