Uses of Class
com.logicaldoc.gui.common.client.beans.GUIAttributeSet
-
-
Uses of GUIAttributeSet in com.logicaldoc.gui.common.client.beans
Methods in com.logicaldoc.gui.common.client.beans that return GUIAttributeSet Modifier and Type Method Description GUIAttributeSet
GUIInfo. getDefaultAttributeSet()
Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUIAttributeSet Modifier and Type Method Description void
GUIInfo. setDefaultAttributeSet(GUIAttributeSet defaultAttributeSet)
-
Uses of GUIAttributeSet in com.logicaldoc.gui.frontend.client.metadata.template
Methods in com.logicaldoc.gui.frontend.client.metadata.template that return GUIAttributeSet Modifier and Type Method Description GUIAttributeSet
AttributeSetDetailsPanel. getAttributeSet()
Methods in com.logicaldoc.gui.frontend.client.metadata.template with parameters of type GUIAttributeSet Modifier and Type Method Description void
AttributeSetDetailsPanel. setAttributeSet(GUIAttributeSet set)
void
AttributeSetsPanel. updateRecord(GUIAttributeSet set)
Updates the selected record with new dataConstructors in com.logicaldoc.gui.frontend.client.metadata.template with parameters of type GUIAttributeSet Constructor Description AttributeSetPropertiesPanel(GUIAttributeSet attributeSet, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler, AttributeSetDetailsPanel detailsPanel)
-
Uses of GUIAttributeSet in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIAttributeSet Modifier and Type Method Description GUIAttributeSet
AttributeSetService. getAttributeSet(long setId)
Loads a given set from the databaseGUIAttributeSet
AttributeSetService. save(GUIAttributeSet set)
Creates or updates a setMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIAttributeSet Modifier and Type Method Description GUIAttributeSet
AttributeSetService. save(GUIAttributeSet set)
Creates or updates a setvoid
AttributeSetServiceAsync. save(GUIAttributeSet set, com.google.gwt.user.client.rpc.AsyncCallback<GUIAttributeSet> callback)
Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIAttributeSet Modifier and Type Method Description void
AttributeSetServiceAsync. getAttributeSet(long setId, com.google.gwt.user.client.rpc.AsyncCallback<GUIAttributeSet> callback)
void
AttributeSetServiceAsync. save(GUIAttributeSet set, com.google.gwt.user.client.rpc.AsyncCallback<GUIAttributeSet> callback)
-
Uses of GUIAttributeSet in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that return GUIAttributeSet Modifier and Type Method Description GUIAttributeSet
AttributeSetServiceImpl. getAttributeSet(long setId)
GUIAttributeSet
AttributeSetServiceImpl. getAttributeSet(String name)
GUIAttributeSet
AttributeSetServiceImpl. save(GUIAttributeSet attributeSet)
Methods in com.logicaldoc.web.service with parameters of type GUIAttributeSet Modifier and Type Method Description GUIAttributeSet
AttributeSetServiceImpl. save(GUIAttributeSet attributeSet)
-