|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Component | |
---|---|
net.sourceforge.stripes.examples.bugzooky | |
net.sourceforge.stripes.examples.bugzooky.biz |
Uses of Component in net.sourceforge.stripes.examples.bugzooky |
---|
Methods in net.sourceforge.stripes.examples.bugzooky that return types with arguments of type Component | |
---|---|
List<Component> |
AdministerComponentsActionBean.getComponents()
|
Method parameters in net.sourceforge.stripes.examples.bugzooky with type arguments of type Component | |
---|---|
void |
AdministerComponentsActionBean.setComponents(List<Component> components)
|
Uses of Component in net.sourceforge.stripes.examples.bugzooky.biz |
---|
Methods in net.sourceforge.stripes.examples.bugzooky.biz that return Component | |
---|---|
Component |
Bug.getComponent()
|
Component |
ComponentManager.getComponent(int id)
Gets the component with the specified ID, or null if no such component exists. |
Methods in net.sourceforge.stripes.examples.bugzooky.biz that return types with arguments of type Component | |
---|---|
List<Component> |
ComponentManager.getAllComponents()
Returns a sorted list of all components in the system. |
Methods in net.sourceforge.stripes.examples.bugzooky.biz with parameters of type Component | |
---|---|
void |
ComponentManager.saveOrUpdate(Component component)
Updates an existing component if the ID matches, or saves a new one otherwise. |
void |
Bug.setComponent(Component component)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |