Construct a new SharedStateVariable for an object with no edit access restrictions.
Construct a new SharedStateVariable for an object with no edit access restrictions.
public SharedStateVariable(object);
Construct a new SharedStateVariable for an object with edit access restricted to the owning library only.
public SharedStateVariable(string,object);
SharedStateVariable Class | com.plumtree.portaluiinfrastructure.tags.helper Namespace