public class YuiId extends Object implements Serializable
Component
's html file through the attribute
yui:id, the parent id is a normal id-attribute, normally generated by Wicket and added to the YuiId once it's known.
The YAHOO.hippo.LayoutManager module uses YAHOO.hippo.Dom.resolveElement(id) to resolve elements by their YuiId.
For more info see:
hippo-ecm-addon-yui/src/main/java/org/hippoecm/frontend/plugins/yui/inc/hippo/2.7.0/hippodom/hippodom.jsModifier and Type | Method and Description |
---|---|
String |
getElementId() |
String |
getId() |
String |
getParentId() |
void |
setId(String id) |
void |
setParentId(String parentId) |
String |
toString() |
public YuiId(String id)
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.