Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
/*
* JBoss, Home of Professional Open Source
* Copyright , Red Hat, Inc. and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this software; if not, write to the Free
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
*/
package org.richfaces.component;
import javax.annotation.Generated;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.List;
import javax.faces.context.FacesContext;
import javax.faces.component.UIComponent;
import javax.faces.component.behavior.ClientBehaviorHolder;
import javax.el.MethodExpression;
import javax.el.ValueExpression;
import javax.faces.component.StateHelper;
import org.richfaces.component.AbstractTogglePanel;
import javax.el.MethodExpression;
/**
* @author akolonitsky
@version 1.0
**/
@Generated({"RichFaces CDK", "4.0.0-SNAPSHOT"})
publicclassUITogglePanelextendsAbstractTogglePanelimplementsClientBehaviorHolder {
publicstatic final String COMPONENT_TYPE="org.richfaces.TogglePanel";
publicstatic final String COMPONENT_FAMILY="org.richfaces.TogglePanel";
@Override
public String getFamily() {
return COMPONENT_FAMILY;
}
publicUITogglePanel() {
super();
setRendererType("org.richfaces.TogglePanelRenderer");
}
privatestatic final Collection EVENT_NAMES = Collections.unmodifiableCollection(Arrays.asList(
"beforeitemchange",
"mousedown",
"dblclick",
"click",
"mouseover",
"itemchange",
"mousemove",
"mouseout",
"mouseup"
));
public CollectiongetEventNames() {
return EVENT_NAMES;
}
public String getDefaultEventName() {
returnnull;
}
protectedenum Properties {
cycledSwitching,
data,
dir,
execute,
itemChangeListener,
lang,
limitRender,
onbeforeitemchange,
onclick,
ondblclick,
onitemchange,
onmousedown,
onmousemove,
onmouseout,
onmouseover,
onmouseup,
render,
status,
style,
styleClass,
title
}
public boolean isCycledSwitching() {
Boolean value = (Boolean) getStateHelper().eval(Properties.cycledSwitching, false);
returnvalue;
}
publicvoidsetCycledSwitching(boolean cycledSwitching) {
getStateHelper().put(Properties.cycledSwitching, cycledSwitching);
}
public Object getData() {
Object value = (Object) getStateHelper().eval(Properties.data);
returnvalue;
}
publicvoidsetData(Object data) {
getStateHelper().put(Properties.data, data);
}
public String getDir() {
String value = (String) getStateHelper().eval(Properties.dir);
returnvalue;
}
publicvoidsetDir(String dir) {
getStateHelper().put(Properties.dir, dir);
}
public Object getExecute() {
Object value = (Object) getStateHelper().eval(Properties.execute);
returnvalue;
}
publicvoidsetExecute(Object execute) {
getStateHelper().put(Properties.execute, execute);
}
public MethodExpression getItemChangeListener() {
MethodExpression value = (MethodExpression) getStateHelper().get(Properties.itemChangeListener);
returnvalue;
}
publicvoidsetItemChangeListener(MethodExpression itemChangeListener) {
getStateHelper().put(Properties.itemChangeListener, itemChangeListener);
}
public String getLang() {
String value = (String) getStateHelper().eval(Properties.lang);
returnvalue;
}
publicvoidsetLang(String lang) {
getStateHelper().put(Properties.lang, lang);
}
public boolean isLimitRender() {
Boolean value = (Boolean) getStateHelper().eval(Properties.limitRender, false);
returnvalue;
}
publicvoidsetLimitRender(boolean limitRender) {
getStateHelper().put(Properties.limitRender, limitRender);
}
public String getOnbeforeitemchange() {
String value = (String) getStateHelper().eval(Properties.onbeforeitemchange);
returnvalue;
}
publicvoidsetOnbeforeitemchange(String onbeforeitemchange) {
getStateHelper().put(Properties.onbeforeitemchange, onbeforeitemchange);
}
public String getOnclick() {
String value = (String) getStateHelper().eval(Properties.onclick);
returnvalue;
}
publicvoidsetOnclick(String onclick) {
getStateHelper().put(Properties.onclick, onclick);
}
public String getOndblclick() {
String value = (String) getStateHelper().eval(Properties.ondblclick);
returnvalue;
}
publicvoidsetOndblclick(String ondblclick) {
getStateHelper().put(Properties.ondblclick, ondblclick);
}
public String getOnitemchange() {
String value = (String) getStateHelper().eval(Properties.onitemchange);
returnvalue;
}
publicvoidsetOnitemchange(String onitemchange) {
getStateHelper().put(Properties.onitemchange, onitemchange);
}
public String getOnmousedown() {
String value = (String) getStateHelper().eval(Properties.onmousedown);
returnvalue;
}
publicvoidsetOnmousedown(String onmousedown) {
getStateHelper().put(Properties.onmousedown, onmousedown);
}
public String getOnmousemove() {
String value = (String) getStateHelper().eval(Properties.onmousemove);
returnvalue;
}
publicvoidsetOnmousemove(String onmousemove) {
getStateHelper().put(Properties.onmousemove, onmousemove);
}
public String getOnmouseout() {
String value = (String) getStateHelper().eval(Properties.onmouseout);
returnvalue;
}
publicvoidsetOnmouseout(String onmouseout) {
getStateHelper().put(Properties.onmouseout, onmouseout);
}
public String getOnmouseover() {
String value = (String) getStateHelper().eval(Properties.onmouseover);
returnvalue;
}
publicvoidsetOnmouseover(String onmouseover) {
getStateHelper().put(Properties.onmouseover, onmouseover);
}
public String getOnmouseup() {
String value = (String) getStateHelper().eval(Properties.onmouseup);
returnvalue;
}
publicvoidsetOnmouseup(String onmouseup) {
getStateHelper().put(Properties.onmouseup, onmouseup);
}
public Object getRender() {
Object value = (Object) getStateHelper().eval(Properties.render);
returnvalue;
}
publicvoidsetRender(Object render) {
getStateHelper().put(Properties.render, render);
}
public String getStatus() {
String value = (String) getStateHelper().eval(Properties.status);
returnvalue;
}
publicvoidsetStatus(String status) {
getStateHelper().put(Properties.status, status);
}
public String getStyle() {
String value = (String) getStateHelper().eval(Properties.style);
returnvalue;
}
publicvoidsetStyle(String style) {
getStateHelper().put(Properties.style, style);
}
public String getStyleClass() {
String value = (String) getStateHelper().eval(Properties.styleClass);
returnvalue;
}
publicvoidsetStyleClass(String styleClass) {
getStateHelper().put(Properties.styleClass, styleClass);
}
public String getTitle() {
String value = (String) getStateHelper().eval(Properties.title);
returnvalue;
}
publicvoidsetTitle(String title) {
getStateHelper().put(Properties.title, title);
}
}