Uses of Class
com.logicaldoc.gui.common.client.beans.GUIAttributeSet
-
Packages that use GUIAttributeSet Package Description com.logicaldoc.gui.common.client.beans com.logicaldoc.gui.frontend.client.metadata.template com.logicaldoc.gui.frontend.client.services com.logicaldoc.web.service GWT services implementations. -
-
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 GUIAttributeSetGUIInfo. getDefaultAttributeSet()Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUIAttributeSet Modifier and Type Method Description voidGUIInfo. 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 GUIAttributeSetAttributeSetDetailsPanel. getAttributeSet()Methods in com.logicaldoc.gui.frontend.client.metadata.template with parameters of type GUIAttributeSet Modifier and Type Method Description voidAttributeSetDetailsPanel. setAttributeSet(GUIAttributeSet set)voidAttributeSetsPanel. 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 GUIAttributeSetAttributeSetService. getAttributeSet(long setId)Loads a given set from the databaseGUIAttributeSet[]AttributeSetService. getAttributeSets()Loads all the sets from the databaseGUIAttributeSetAttributeSetService. 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 GUIAttributeSetAttributeSetService. save(GUIAttributeSet set)Creates or updates a setvoidAttributeSetServiceAsync. 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 voidAttributeSetServiceAsync. getAttributeSet(long setId, com.google.gwt.user.client.rpc.AsyncCallback<GUIAttributeSet> callback)voidAttributeSetServiceAsync. 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 GUIAttributeSetAttributeSetServiceImpl. getAttributeSet(long setId)GUIAttributeSetAttributeSetServiceImpl. getAttributeSet(String name)GUIAttributeSet[]AttributeSetServiceImpl. getAttributeSets()GUIAttributeSetAttributeSetServiceImpl. save(GUIAttributeSet attributeSet)Methods in com.logicaldoc.web.service with parameters of type GUIAttributeSet Modifier and Type Method Description GUIAttributeSetAttributeSetServiceImpl. save(GUIAttributeSet attributeSet)
-