Interface AttributeSetServiceAsync
public interface AttributeSetServiceAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyAllToTemplates
(long setId, String attribute, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
applyInitializationToTemplates
(long setId, String attribute, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
applyValidationToTemplates
(long setId, String attribute, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
void
deleteOptions
(long setId, String attribute, List<String> values, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) void
getAttributeSet
(long setId, com.google.gwt.user.client.rpc.AsyncCallback<GUIAttributeSet> callback) void
getAttributeSets
(com.google.gwt.user.client.rpc.AsyncCallback<List<GUIAttributeSet>> callback) void
parseOptions
(long setId, String attribute, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIValue>> callback) void
save
(GUIAttributeSet set, com.google.gwt.user.client.rpc.AsyncCallback<GUIAttributeSet> callback) void
saveOptions
(long setId, String attribute, List<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
-