Package org.eurekastreams.server.action.request.start.SetGadgetStateRequest

Examples of org.eurekastreams.server.action.request.start.SetGadgetStateRequest.State


     * @param viewParams
     *            the params.
     */
    public void setGadgetState(final State state, final String viewParams)
    {
        State previousGadgetState = gadgetState;
        gadgetState = state;

        if (state != State.MINIMIZED)
        {
            // Hide user preferences if it is shown for any reason while changing state.
View Full Code Here

TOP

Related Classes of org.eurekastreams.server.action.request.start.SetGadgetStateRequest.State

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.