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

com.citytechinc.cq.component.touchuidialog.TouchUIDialogElement Maven / Gradle / Ivy

There is a newer version: 7.0.0
Show newest version
package com.citytechinc.cq.component.touchuidialog;

import com.citytechinc.cq.component.xml.NameSpacedAttribute;
import com.citytechinc.cq.component.xml.XmlElement;

public interface TouchUIDialogElement extends XmlElement {

    NameSpacedAttribute getSlingResourceType();

    void setFieldName(String fieldName);

    double getRanking();

    void setRanking(double ranking);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy