Interface AttributeSetServiceAsync
public interface AttributeSetServiceAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyAllToTemplates(long setId, String attribute, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidapplyInitializationToTemplates(long setId, String attribute, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidapplyValidationToTemplates(long setId, String attribute, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidvoiddeleteOptions(long setId, String attribute, String[] values, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) voidgetAttributeSet(long setId, com.google.gwt.user.client.rpc.AsyncCallback<GUIAttributeSet> callback) voidgetAttributeSets(com.google.gwt.user.client.rpc.AsyncCallback<GUIAttributeSet[]> callback) voidparseOptions(long setId, String attribute, com.google.gwt.user.client.rpc.AsyncCallback<GUIValue[]> callback) voidsave(GUIAttributeSet set, com.google.gwt.user.client.rpc.AsyncCallback<GUIAttributeSet> callback) voidsaveOptions(long setId, String attribute, GUIValue[] options, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
-
Method Details
-
delete
-
deleteOptions
-
getAttributeSet
void getAttributeSet(long setId, com.google.gwt.user.client.rpc.AsyncCallback<GUIAttributeSet> callback) -
parseOptions
-
save
void save(GUIAttributeSet set, com.google.gwt.user.client.rpc.AsyncCallback<GUIAttributeSet> callback) -
saveOptions
-
getAttributeSets
-
applyAllToTemplates
-
applyValidationToTemplates
-
applyInitializationToTemplates
-