All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.zkoss.zul.Vlayout Maven / Gradle / Ivy

There is a newer version: 10.0.0-jakarta
Show newest version
/* Vlayout.java

{{IS_NOTE
	Purpose:
		
	Description:
		
	History:
		Aug 6, 2010 12:46:39 PM , Created by jumperchen
}}IS_NOTE

Copyright (C) 2010 Potix Corporation. All Rights Reserved.

{{IS_RIGHT
}}IS_RIGHT
*/
package org.zkoss.zul;

/**
 * A vertical layout
 *

Default {@link #getZclass}: z-vlayout. * @author jumperchen * @since 5.0.4 */ public class Vlayout extends Layout { public String getZclass() { return _zclass == null ? "z-vlayout" : _zclass; } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy