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

io.overcoded.grid.annotation.GridAnchorTarget Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package io.overcoded.grid.annotation;

public enum GridAnchorTarget {
    /**
     * DIALOG means the anchor should be opened in a dialog
     */
    DIALOG,
    /**
     * BLANK means the anchor should be opened in a new tab / window
     */
    BLANK,
    /**
     * SELF means the anchor should be opened on the current page
     */
    SELF
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy