public class IncludeExcludeFormItem extends org.jboss.ballroom.client.widgets.forms.FormItem<Map<IncludeExcludeFormItem.Type,Set<Role>>>
RoleAssignment.| Modifier and Type | Class and Description |
|---|---|
static class |
IncludeExcludeFormItem.Type |
| Constructor and Description |
|---|
IncludeExcludeFormItem(String name,
String title) |
| Modifier and Type | Method and Description |
|---|---|
String |
asString() |
com.google.gwt.user.client.ui.Widget |
asWidget() |
void |
clearValue() |
String |
getErrMessage() |
Map<IncludeExcludeFormItem.Type,Set<Role>> |
getValue() |
void |
setEnabled(boolean b) |
void |
setErroneous(boolean b) |
void |
setValue(Map<IncludeExcludeFormItem.Type,Set<Role>> value) |
void |
update(Roles roles) |
boolean |
validate(Map<IncludeExcludeFormItem.Type,Set<Role>> value) |
asExpressionValue, compareTo, getName, getTitle, isErroneous, isExpressionScheme, isExpressionValue, isFiltered, isModified, isRequired, isUndefined, render, resetMetaData, setErrMessage, setExpressionValue, setFiltered, setModified, setRequired, setUndefined, toggleAccessConstraint, toggleExpressionInputpublic com.google.gwt.user.client.ui.Widget asWidget()
asWidget in class org.jboss.ballroom.client.widgets.forms.FormItem<Map<IncludeExcludeFormItem.Type,Set<Role>>>public void setEnabled(boolean b)
setEnabled in class org.jboss.ballroom.client.widgets.forms.FormItem<Map<IncludeExcludeFormItem.Type,Set<Role>>>public boolean validate(Map<IncludeExcludeFormItem.Type,Set<Role>> value)
validate in class org.jboss.ballroom.client.widgets.forms.FormItem<Map<IncludeExcludeFormItem.Type,Set<Role>>>public void clearValue()
clearValue in class org.jboss.ballroom.client.widgets.forms.FormItem<Map<IncludeExcludeFormItem.Type,Set<Role>>>public Map<IncludeExcludeFormItem.Type,Set<Role>> getValue()
public void setValue(Map<IncludeExcludeFormItem.Type,Set<Role>> value)
public String asString()
asString in class org.jboss.ballroom.client.widgets.forms.FormItem<Map<IncludeExcludeFormItem.Type,Set<Role>>>public void setErroneous(boolean b)
setErroneous in interface org.jboss.ballroom.client.widgets.forms.InputElement<Map<IncludeExcludeFormItem.Type,Set<Role>>>setErroneous in class org.jboss.ballroom.client.widgets.forms.FormItem<Map<IncludeExcludeFormItem.Type,Set<Role>>>public String getErrMessage()
getErrMessage in interface org.jboss.ballroom.client.widgets.forms.InputElement<Map<IncludeExcludeFormItem.Type,Set<Role>>>getErrMessage in class org.jboss.ballroom.client.widgets.forms.FormItem<Map<IncludeExcludeFormItem.Type,Set<Role>>>public void update(Roles roles)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.