Package org.eurekastreams.web.client.ui.common.form.elements

Examples of org.eurekastreams.web.client.ui.common.form.elements.StreamScopeFormElement


     * @param json
     *            the id of the default view.
     */
    public StreamListFormElement(final JSONObject json)
    {
        scopes = new StreamScopeFormElement("scopes", new LinkedList<StreamScope>(), "",
                "Enter the name of an employee or group.", false, true,
                "/resources/autocomplete/allowreadonly/entities/", MAX_NAME, MAX_ITEMS);

        personScopes = new StreamScopeFormElement("personscopes", new LinkedList<StreamScope>(), "",
                "Enter the name of an employee.", false, true, "/resources/autocomplete/allowreadonly/people/",
                MAX_NAME, MAX_ITEMS);

        this.addStyleName(StaticResourceBundle.INSTANCE.coreCss().streamLists());
        label.addStyleName(StaticResourceBundle.INSTANCE.coreCss().formLabel());
View Full Code Here

TOP

Related Classes of org.eurekastreams.web.client.ui.common.form.elements.StreamScopeFormElement

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.