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.AbstractOutputPanel;
/**
* @author asmirnov@exadel.com (latest modification by $Author: alexsmirnov $)
@version $Revision: 1.1.2.1 $ $Date: 2007/01/09 18:58:26 $
**/
@Generated({"RichFaces CDK", "4.0.0-SNAPSHOT"})
publicclassUIOutputPanelextendsAbstractOutputPanelimplementsClientBehaviorHolder {
publicstatic final String COMPONENT_TYPE="org.richfaces.OutputPanel";
publicstatic final String COMPONENT_FAMILY="javax.faces.Panel";
@Override
public String getFamily() {
return COMPONENT_FAMILY;
}
publicUIOutputPanel() {
super();
setRendererType("org.richfaces.OutputPanelRenderer");
}
privatestatic final Collection EVENT_NAMES = Collections.unmodifiableCollection(Arrays.asList(
"keypress",
"mousedown",
"keyup",
"dblclick",
"click",
"mouseover",
"mousemove",
"mouseout",
"keydown",
"mouseup"
));
public CollectiongetEventNames() {
return EVENT_NAMES;
}
public String getDefaultEventName() {
returnnull;
}
protectedenum Properties {
ajaxRendered,
dir,
keepTransient,
lang,
layout,
onclick,
ondblclick,
onkeydown,
onkeypress,
onkeyup,
onmousedown,
onmousemove,
onmouseout,
onmouseover,
onmouseup,
style,
styleClass,
title
}
public boolean isAjaxRendered() {
Boolean value = (Boolean) getStateHelper().eval(Properties.ajaxRendered, false);
returnvalue;
}
publicvoidsetAjaxRendered(boolean ajaxRendered) {
getStateHelper().put(Properties.ajaxRendered, ajaxRendered);
}
public String getDir() {
String value = (String) getStateHelper().eval(Properties.dir);
returnvalue;
}
publicvoidsetDir(String dir) {
getStateHelper().put(Properties.dir, dir);
}
public boolean isKeepTransient() {
Boolean value = (Boolean) getStateHelper().eval(Properties.keepTransient, false);
returnvalue;
}
publicvoidsetKeepTransient(boolean keepTransient) {
getStateHelper().put(Properties.keepTransient, keepTransient);
}
public String getLang() {
String value = (String) getStateHelper().eval(Properties.lang);
returnvalue;
}
publicvoidsetLang(String lang) {
getStateHelper().put(Properties.lang, lang);
}
public OutputPanelLayout getLayout() {
OutputPanelLayout value = (OutputPanelLayout) getStateHelper().eval(Properties.layout);
returnvalue;
}
publicvoidsetLayout(OutputPanelLayout layout) {
getStateHelper().put(Properties.layout, layout);
}
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 getOnkeydown() {
String value = (String) getStateHelper().eval(Properties.onkeydown);
returnvalue;
}
publicvoidsetOnkeydown(String onkeydown) {
getStateHelper().put(Properties.onkeydown, onkeydown);
}
public String getOnkeypress() {
String value = (String) getStateHelper().eval(Properties.onkeypress);
returnvalue;
}
publicvoidsetOnkeypress(String onkeypress) {
getStateHelper().put(Properties.onkeypress, onkeypress);
}
public String getOnkeyup() {
String value = (String) getStateHelper().eval(Properties.onkeyup);
returnvalue;
}
publicvoidsetOnkeyup(String onkeyup) {
getStateHelper().put(Properties.onkeyup, onkeyup);
}
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 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);
}
}