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

com.citytechinc.cq.component.touchuidialog.container.items.ItemsParameters Maven / Gradle / Ivy

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

import com.citytechinc.cq.component.touchuidialog.DefaultTouchUIDialogElementParameters;

public class ItemsParameters extends DefaultTouchUIDialogElementParameters {

    @Override
    public String getPrimaryType() {
        return Items.PRIMARY_TYPE;
    }

    @Override
    public void setPrimaryType(String primaryType) {
        throw new UnsupportedOperationException("primary type is Static for Items");
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy