working on now property dialogs
This commit is contained in:
@@ -19,6 +19,7 @@ import de.srsoftware.web4rail.Constants;
|
||||
import de.srsoftware.web4rail.Plan;
|
||||
import de.srsoftware.web4rail.Window;
|
||||
import de.srsoftware.web4rail.tags.Button;
|
||||
import de.srsoftware.web4rail.tags.Fieldset;
|
||||
import de.srsoftware.web4rail.tags.Form;
|
||||
import de.srsoftware.web4rail.tags.Input;
|
||||
|
||||
@@ -132,6 +133,12 @@ public class ActionList extends Vector<Action> implements Constants{
|
||||
}
|
||||
}
|
||||
|
||||
public Fieldset properties() {
|
||||
Fieldset fieldset = new Fieldset(t("Actions"));
|
||||
new Tag("p").content("replace ActionList.addTo(...) by ActionsList.properties()!").addTo(fieldset);
|
||||
return fieldset;
|
||||
}
|
||||
|
||||
public boolean drop(Id actionId) {
|
||||
for (Action action : this) {
|
||||
if (action.id().equals(actionId)) {
|
||||
|
||||
Reference in New Issue
Block a user