|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.stripes.examples.bugzooky.BugzookyActionBean
net.sourceforge.stripes.examples.bugzooky.MultiBugActionBean
public class MultiBugActionBean
ActionBean that deals with setting up and saving edits to multiple bugs at once. Can also deal with adding multiple new bugs at once.
Constructor Summary | |
---|---|
MultiBugActionBean()
|
Method Summary | |
---|---|
int[] |
getBugIds()
Gets the array of bug IDs the user selected for edit. |
List<Bug> |
getBugs()
Simple getter that returns the List of Bugs. |
net.sourceforge.stripes.action.Resolution |
preEdit()
|
net.sourceforge.stripes.action.Resolution |
save()
|
void |
setBugIds(int[] bugIds)
Sets the array of bug IDs the user selected for edit. |
void |
setBugs(List<Bug> bugs)
Setter for the list of bugs. |
Methods inherited from class net.sourceforge.stripes.examples.bugzooky.BugzookyActionBean |
---|
getContext, populateBug, setContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiBugActionBean()
Method Detail |
---|
public int[] getBugIds()
public void setBugIds(int[] bugIds)
public List<Bug> getBugs()
public void setBugs(List<Bug> bugs)
@DefaultHandler public net.sourceforge.stripes.action.Resolution save()
@DontValidate public net.sourceforge.stripes.action.Resolution preEdit()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |